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