ref: 8c548eb4584df2e4ba12124491628397f74d4b44 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 }