shithub: scc

ref: 9833ce7547fe04b441bdabf7ad86783c7be6efeb
dir: /tests/cc/execute/0185-esc_macro2.c/

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

int
main()
{
	char *p = EXPECT_VALUE;

	return 0;
}