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