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