ref: 96907bd2e4deb4adbdcb668060a9376b929e9805 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 }