ref: 198c1fec67b329f01e7c41244bcdde7b059a7d38 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 }