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