ref: 9d5831fb236f42fe126160c339a70452ef0fa460 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 }