ref: 84b43b32d43fca9aa96d0f88e10093b0dfa079df 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 }