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