ref: 10afb24e03c3aed48ae92ccf876f092e7337ab01 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 }