summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/Interface/headeronly/headeronly.h
blob: 92bfecddbb76d8227f5d83a2594f75ab2c01aff5 (plain)
1
2
3
4
5
6
7
8
9
10

enum
{
  one
};

struct HeaderOnly
{
  int foo() const { return 0; }
};