ref: 8ecdf73fad606722a6f2c05f53ad619c21bf84de 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 }