android_mt6572_jiabo/external/clang/test/Modules/Inputs/merge-vtable-codegen/a.h
2025-09-05 16:56:03 +08:00

8 lines
67 B
C

#ifndef A_H
#define A_H
struct A {
virtual void x();
};
#endif