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