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