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