summaryrefslogtreecommitdiff
path: root/support/regression/tests/bug-1817005.c
blob: 7d80f48a1b8cf570c7e1bf35ad872cf78fbde5b6 (plain)
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)
{
}