aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/src/libgfsm/tests/commatest.c
diff options
context:
space:
mode:
Diffstat (limited to 'gfsm/gfsm/src/libgfsm/tests/commatest.c')
-rw-r--r--gfsm/gfsm/src/libgfsm/tests/commatest.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gfsm/gfsm/src/libgfsm/tests/commatest.c b/gfsm/gfsm/src/libgfsm/tests/commatest.c
deleted file mode 100644
index b704970..0000000
--- a/gfsm/gfsm/src/libgfsm/tests/commatest.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-
-int main (void) {
- int x = 0;
-
- x = 1, printf("foo\n"), printf("bar\n"), x=2, printf("%d\n", x);
- return 0;
-}