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

8 lines
71 B
C

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