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