ref: 4e2dca0c3d093f5cb1ad32850c5fbb2598565789 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 }