summaryrefslogtreecommitdiffstats
path: root/test cases/native/4 tryrun/ok.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/native/4 tryrun/ok.c')
-rw-r--r--test cases/native/4 tryrun/ok.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/native/4 tryrun/ok.c b/test cases/native/4 tryrun/ok.c
new file mode 100644
index 0000000..e2a36c8
--- /dev/null
+++ b/test cases/native/4 tryrun/ok.c
@@ -0,0 +1,7 @@
+#include<stdio.h>
+
+int main(void) {
+ printf("%s\n", "stdout");
+ fprintf(stderr, "%s\n", "stderr");
+ return 0;
+}