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