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