ref: ce56b7eacc56b427ba673829b0b35b933e3f2cda dir: /test/generic-in-const.myr/
use std /* should fail to compile because generic types are only allowed in generic declarations. */ const foo = {v : @a -> v }