ref: 2176941003e95b0c595fc37ca1a7a85e21f10d54 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 }