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