ref: 5131214c8ddbd9a4f3a4b6c9acef575985ff867d 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 }