ref: 446007ccd8a57d18b123b857bf4801d956cf0abd 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 }