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