ref: 86f9ba03d2175620b8de6295c9bd074010e792bf 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 }