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