ref: 9fef96e3fc0e48ed435bda6345c0a50b1876a436 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 }