ref: 9843a5b94825613f79356ece3c01918e439980fa 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 }