#pragma GCC system_header

struct A
{
  virtual void f();
};
