ref: 34266f6c2a32738635087821af26dd1e4f58217d 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 }