ref: 97df0d05c25daa84262b45385694eaebcf1eb59e 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 }