ref: 1d4b554015ba6bb9cce2902a648e4b5af2811df5 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 }