Travis CI is no more
[unifdef.git] / tests / if4-a.expout
blob55dfe32d1272aa859abbeba024cb2221fc56f6da
1 /* Copyright 2004 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 int foo1() { return 0; }
10 int foo2() { return 0; }
12 int foo3() { return 0; }
14 int foo4() { return 0; }
16 int main()
18   foo1();
19   foo2();
20   foo3();
21   foo4();