Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/modular_maps/
common.h
#ifndef COMMON_H #define COMMON_H const int x = 2; #endif