ref: 56ce21cc0b1dc9318da54e25b5cb2956066fc0ce 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 }