ref: 516fa1fdca8b62c85deeaf2e3d0b3f826afc8dba 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 }