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