DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-9 / 1%3A9.0.1-16.1 / clang / test / Modules / Inputs / merge-vtable-codegen / a.h
12345678
#ifndef A_H #define A_H struct A { virtual void x(); }; #endif