aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20081023_0.C
blob: ab3fc36f386c1edf853923034edf83e4634f54a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// { dg-lto-do link }
extern inline void __attribute__ ((__always_inline__)) func (void)
{
}

void
f (void)
{
  func ();
}

main()
{
}