diff options
Diffstat (limited to 'test cases/unit/56 introspection/t2.cpp')
-rw-r--r-- | test cases/unit/56 introspection/t2.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test cases/unit/56 introspection/t2.cpp b/test cases/unit/56 introspection/t2.cpp new file mode 100644 index 0000000..8323f46 --- /dev/null +++ b/test cases/unit/56 introspection/t2.cpp @@ -0,0 +1,8 @@ +#include "staticlib/static.h" + +int main(void) { + if(add_numbers(1, 2) != 3) { + return 1; + } + return 0; +} |