ref: 49f27bf2a929c681f40752da7329e377030198a3 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 }