diff options
Diffstat (limited to 'test cases/common/230 external project/app.c')
-rw-r--r-- | test cases/common/230 external project/app.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/230 external project/app.c b/test cases/common/230 external project/app.c new file mode 100644 index 0000000..a8266e7 --- /dev/null +++ b/test cases/common/230 external project/app.c @@ -0,0 +1,6 @@ +#include <libfoo.h> + +int main(void) +{ + return call_foo() == 42 ? 0 : 1; +} |