Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/declare-use/
g.h
#ifndef G_H #define G_H #include "c.h" #include "g1.h" const int g1 = aux_g*c*7; #endif