mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-24 16:26:11 +00:00
8 lines
71 B
C
8 lines
71 B
C
|
|
enum { one };
|
|
|
|
struct HeaderOnly
|
|
{
|
|
int foo() const { return 0; }
|
|
};
|