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