CMake/Tests/ExportImport/Export/Interface/headeronly/headeronly.h

8 lines
71 B
C
Raw Normal View History

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