aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pch/inline-3.c
blob: fadaf0785e3e5c441ea85888836de75c1ed1ca3f (plain)
1
2
3
4
5
#include "inline-3.h"
unsigned bar(double d)
{
  foo (d);
}