diff options
Diffstat (limited to 'tests/actions/test/src/compile_2.cpp')
| -rw-r--r-- | tests/actions/test/src/compile_2.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/actions/test/src/compile_2.cpp b/tests/actions/test/src/compile_2.cpp new file mode 100644 index 000000000..adfe8588c --- /dev/null +++ b/tests/actions/test/src/compile_2.cpp @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(int argc, char** argv) { + static_assert(0, "error"); + return 0; +} |
