ref: 063b2a4e134589a8a1d635708eb0eb39d5a76bfb 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 }