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