created as/asxxsrc directory, assym.c and strcpi.c moved into it
[fw/sdcc] / support / regression / tests / test-1817005.c
1 /* bug-1817005.c
2  */
3
4 #include <testfwk.h>
5
6 /* this is an assemble time test, so it doesn't have to be executed */
7
8 int
9 function_with_really_long_name(void)
10 {
11   return 0;
12 }
13
14 /* dummy test function */
15
16 void
17 testDummy(void)
18 {
19 }