summaryrefslogtreecommitdiff
path: root/tests/actions/test/src/compile_1.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-01 22:47:48 +0800
committerruki <[email protected]>2023-11-01 22:47:48 +0800
commit65a950ee174ac6cb508c5bab8e6f1dbaa31fd2be (patch)
tree0785b55f490ad55a46d3d7018f4e4c4512b368e3 /tests/actions/test/src/compile_1.cpp
parent3ba30810808986745dc0644ce495e3ab46d41291 (diff)
compile test stub
Diffstat (limited to 'tests/actions/test/src/compile_1.cpp')
-rw-r--r--tests/actions/test/src/compile_1.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/actions/test/src/compile_1.cpp b/tests/actions/test/src/compile_1.cpp
new file mode 100644
index 000000000..adfe8588c
--- /dev/null
+++ b/tests/actions/test/src/compile_1.cpp
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(int argc, char** argv) {
+ static_assert(0, "error");
+ return 0;
+}