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