ref: 1877918ac3ebf4ca955a0956a1067139c06efb7c 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 }