shithub: scc

ref: fe91c529db26c3a363c37b6447542dbb4b1f9358
dir: /tests/cc/execute/0185-esc-macro2.c/

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

int
main()
{
	char *p = EXPECT_VALUE;

	return 0;
}