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