ref: 082f10a8b41f7768c2941950872526fcf45b0ccd 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 }