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