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