1 #include <stdint.h>
2 struct A {
3   virtual void B();
4 };
5