ref: 1708e4bc0d9d199b17054a5837e89fabfdc4298e 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 }