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