ref: 5864693bba33898265ae04f27d6e5c58af9b5590 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 }