ref: 2c8775977321483c7a16b55c7884612f9f770e6a 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 }