[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / point.h
blobeab23d5867a8bac7d932c55573fa7db8fe169167
1 struct Point { int x, y; };