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