DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-3.4 / 1%3A3.4.2-13 / clang / test / Modules / Inputs / declare-use / e.h
123456
#ifndef E_H #define E_H #include "a.h" #include "b.h" const int e = a*b; #endif