Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/string_names/
a.h
#ifndef A_H #define A_H const int a = 2; #endif