diff options
Diffstat (limited to 'tests/outfile.expout')
| -rw-r--r-- | tests/outfile.expout | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/outfile.expout b/tests/outfile.expout new file mode 100644 index 000000000000..56ae03cc38de --- /dev/null +++ b/tests/outfile.expout @@ -0,0 +1,16 @@ +/* Copyright 2004 Bob Proulx <bob@proulx.com> +Distributed under the two-clause BSD licence; +see the COPYING file for details. */ + +#include <stdio.h> +#include <stdlib.h> + +int foo() { return 0; } + +int bar() { return 0; } + +int main() +{ + foo(); + bar(); +} |
