ref: d0331c3cfb6f27afe416b9cdb7b15e18b9083e3e 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 }