ref: 3e8a232eae0fa165d8045f73657d5259e3ad078c 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 }