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