ref: 5bc9a99994e20a7d5ea6bc298e4b37bf7db2e48d 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 }