ref: d2f0c0cc30a102c6b9cdd7e4c0da840fb830e66d 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 }