aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/guality/pr56154-aux.c
blob: 131173cb3f35fdd2660ccfdc9fb947965abdcfc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR debug/56154 */
/* { dg-do compile } */

extern void test_main (void);

int
main ()
{
  test_main ();
  return 0;
}