ref: 1f4389df622ed274371d0c134ffd3b1c5a94bd48 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 }