1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 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) { }