ref: 5d86a0287cebaf7d1bd14272e6313469d9b366ca 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 }