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