1 /* Copyright 2004, 2008 Bob Proulx <bob@proulx.com>
2 Distributed under the two-clause BSD licence;
3 see the COPYING file for details. */
9 /* This code is commented out. "#if 0 then" */
11 /* This code is passed through. "#if 0 else" */
15 /* This code is passed through. "#if 1 then" */
17 /* This code is commented out. "#if 1 else" */
21 int foo() { return 0; }
23 #error FOO not defined
27 int foo() { return 0; }
29 int bar() { return 0; }
31 #error FOO not defined