8 lines
71 B
C
Raw Normal View History

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