#ifndef A_H
#define A_H

struct A {
  virtual void x();
};

#endif