ref: 929f32cdbdde111265b1a04605464c9182605e2a 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 }