shithub: scc

ref: 4e59e135f609876c0b76121c7fffd175c6f5ea29
dir: /tests/scc/error/0022-cpp-if.c/

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

int
main()
{
	return 0;
}