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