aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/50 std remains
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/50 std remains')
-rw-r--r--test cases/unit/50 std remains/meson.build2
-rw-r--r--test cases/unit/50 std remains/prog.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/test cases/unit/50 std remains/meson.build b/test cases/unit/50 std remains/meson.build
new file mode 100644
index 0000000..ac6f9e2
--- /dev/null
+++ b/test cases/unit/50 std remains/meson.build
@@ -0,0 +1,2 @@
+project('std_remains', 'c', default_options: ['c_std=c99'])
+executable('prog', 'prog.c')
diff --git a/test cases/unit/50 std remains/prog.c b/test cases/unit/50 std remains/prog.c
new file mode 100644
index 0000000..0314ff1
--- /dev/null
+++ b/test cases/unit/50 std remains/prog.c
@@ -0,0 +1 @@
+int main(int argc, char **argv) { return 0; }