summaryrefslogtreecommitdiffstats
path: root/testsuite/dwz.tests/odr.h
blob: ae0e07de9b5bb138da7bfd7605bb9619da069c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
#if NAMESPACE
namespace ns {
#endif
  KIND aaa
  {
    KIND bbb *member_one;
    KIND ccc *member_two;
  };
#if NAMESPACE
}
#endif