summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/nsecs/empty.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/nsecs/empty.c')
-rw-r--r--testsuites/samples/nsecs/empty.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuites/samples/nsecs/empty.c b/testsuites/samples/nsecs/empty.c
new file mode 100644
index 0000000000..8f19d42da4
--- /dev/null
+++ b/testsuites/samples/nsecs/empty.c
@@ -0,0 +1,13 @@
+/* COPYRIGHT (c) 1989-2007.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+/* put here hoping it won't get inlined */
+void dummy_function_empty_body_to_force_call() {}
+