ref: f6d4fa4780350777e7446258997ffd7b9217a84a 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 }