ref: 14346a4d8913a81c2c62e18ba150f6b770d5731d 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 }