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