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