shithub: scc

ref: 1d263bb8b0a2b372050ec285a1306431c203542e
dir: /tests/cc/execute/0185-esc_macro2.c/

View raw version
#define EXPECT_VALUE         "{[\"-0123456789tfn"

int
main()
{
	char *p = EXPECT_VALUE;

	return 0;
}