ref: 026b3393bd5d9456229de8a56b2da9486742e028 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 }