ref: 16ceea9c0c6af30f09ed4ff9be8c49f5f116e676 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 }