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