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