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