]> git.gag.com Git - fw/sdcc/blob - support/regression/tests/bug-1817005.c
* device/lib/Makefile.in, device/lib/gbz80/Makefile.in,
[fw/sdcc] / support / regression / tests / bug-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 }