ref: 18c7dda69e7a9d42088098a70e28cfb731b8c3a8 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 }