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