aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/src/libgfsm/tests/module/mod1b.c
diff options
context:
space:
mode:
Diffstat (limited to 'gfsm/gfsm/src/libgfsm/tests/module/mod1b.c')
-rw-r--r--gfsm/gfsm/src/libgfsm/tests/module/mod1b.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gfsm/gfsm/src/libgfsm/tests/module/mod1b.c b/gfsm/gfsm/src/libgfsm/tests/module/mod1b.c
new file mode 100644
index 0000000..4705f7c
--- /dev/null
+++ b/gfsm/gfsm/src/libgfsm/tests/module/mod1b.c
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+void foo(void) {
+ printf("mod1b:foo() called.\n");
+}