Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/modular_maps/
b.h
#ifndef B_H #define B_H const int b = 3; #endif