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