shithub: scc

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

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

int
main()
{
	char *p = EXPECT_VALUE;

	return 0;
}