freebsd-src/contrib/unifdef/tests/if7.expout
Dag-Erling Smørgrav fb3ef04d20 Add 'contrib/unifdef/' from commit '0da44885831dc0a43c4ca6ff04a2430993cc0a80'
git-subtree-dir: contrib/unifdef
git-subtree-mainline: 3b7ffacdee
git-subtree-split: 0da4488583
2023-08-21 19:51:03 +02:00

47 lines
580 B
Plaintext

/*
Distributed under the two-clause BSD licence;
see the COPYING file for details. */
#include <stdio.h>
#include <stdlib.h>
int foo1() { return 0; }
int foo2() { return 0; }
int foo3() { return 0; }
int foo4() { return 0; }
int foo5() { return 0; }
int foo6() { return 0; }
int foo7() { return 0; }
int foo8() { return 0; }
int foo9() { return 0; }
int foo10() { return 0; }
int foo11() { return 0; }
int foo12() { return 0; }
int main()
{
foo1();
foo2();
foo3();
foo4();
foo5();
foo6();
foo7();
foo8();
foo9();
foo10();
foo11();
foo12();
}