blob: 0d48e26931c8384b468bcfb2f786bd937ac1a9e7 [file] [log] [blame]
#include "import-a.h"
class B : public A
{
public:
B() {}
void bye()
{
}
};