ref: 5d16f2c900fc1bc0b461878f5c936b969b7bee7d 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 }