]> git.gag.com Git - fw/sdcc/blobdiff - support/regression/tests/test-1817005.c
* support/regression/tests/bug-1817005.c:
[fw/sdcc] / support / regression / tests / test-1817005.c
diff --git a/support/regression/tests/test-1817005.c b/support/regression/tests/test-1817005.c
new file mode 100644 (file)
index 0000000..7d80f48
--- /dev/null
@@ -0,0 +1,19 @@
+/* bug-1817005.c
+ */
+
+#include <testfwk.h>
+
+/* this is an assemble time test, so it doesn't have to be executed */
+
+int
+function_with_really_long_name(void)
+{
+  return 0;
+}
+
+/* dummy test function */
+
+void
+testDummy(void)
+{
+}