shithub: scc

ref: 443674874420ec21d4c1322e6f8450cd20996a03
dir: /tests/cc/execute/0184-esc-macro.c/

View raw version
#define VALUE "ab\"c"

int
main(void)
{
	const char *value = VALUE;

	return 0;
}