ref: 6f7129fd1e2b094e42cbfa2752222a7e61b5c298 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 }