ref: 68ee93347e9c8215b0f409b8f8fad13763b0946c 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 }