blob: c2885379aa414f427ba18a624e4c8386a10935b8 [file] [log] [blame]
#ifndef A_H
#define A_H
struct A {
virtual void x();
};
#endif