headeronly.h 73 B

12345678910
  1. enum
  2. {
  3. one
  4. };
  5. struct HeaderOnly
  6. {
  7. int foo() const { return 0; }
  8. };