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