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