ref: 321aec6bf2b82698196a94725e37cee135b1fe2b 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 }