shithub: scc

ref: 8e373599fb5c32d70cf5fd1a51e172232c91ff3c
dir: /tests/error/0022-cpp-if.c/

View raw version
#if 3 != (1,2,3)
   #error 3 != (1,2,3)
#endif

int
main()
{
	return 0;
}