ref: 983a758d3127bf5d861227e6a9c56900bf6e2da8 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 }