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