ref: 2e3e676b32b16cf0f73b508e7633a15b4184b9db 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 }