DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / Modules / Inputs / ignored_macros.h
12345678
struct Point { double x, y; }; #ifdef IGNORED int *has_ignored(void); #endif