Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/
ignored_macros.h
struct Point { double x, y; }; #ifdef IGNORED int *has_ignored(void); #endif