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