blob: cc198a0ed0725fd9f8fc117c9568aad1f84576f0 [file] [log] [blame]
#include <stdint.h>
struct A {
virtual void B();
};