headeronly.h 71 B

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