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