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