Travis CI is no more
[unifdef.git] / tests / if1-kDU.expout
blobc308e43b5a09a43ab55dac607347bb0d915cb21c
1 /* Copyright 2004, 2008 Bob Proulx <bob@proulx.com>
2 Distributed under the two-clause BSD licence;
3 see the COPYING file for details. */
5 #include <stdio.h>
6 #include <stdlib.h>
8 /* This code is passed through. "#if 0 else" */
10 /* This code is passed through. "#if 1 then" */
12 int foo() { return 0; }
14 int bar() { return 0; }
16 int main()
18   foo();
19   bar();