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