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