
enum
{
  one
};

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