ref: 49fa88c18b94c425e6f86beacbf8752f7564b7f3 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 }