ref: 6e6db2755b917179743b1f7649aa8b71a7dac8fc 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 }