aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20081204-2_1.C
blob: 676b9b27d63cecdaa62dd3546a22af86bab3144b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace {
class c
{
 public:
 c () {}
 virtual ~c() {}
};
};

void
foo (void)
{
 c x;
}