summaryrefslogtreecommitdiff
path: root/support/regression/tests/bug-3034585.c
blob: 697139ad7c2be7c54447e8ce454dfb1d2f07efc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
   bug-3034585.c
*/

#include <testfwk.h>

void tst()
{
}

void m()
{
	void *a = tst;	/* This line failed to compile */
}

void testBug(void)
{
}