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