Travis CI is no more
[unifdef.git] / tests / if2-kDU.expout
blob7cf0ddc9c796199b16360258b8cbbd2bb2645f8e
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 main()
16   foo();