ref: cfb191b44373a070f378a6655a69214cf6dbda9b 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 }