ref: 4ef5e4ab736c4c5e083654daedfd6ba32e112d51 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 }