[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / tools / scan-build-py / tests / functional / src / broken-one.c
blobf0550238132c225ec45bdbd0c8b6e2ee1c2b68c6
1 #include <notexisting.hpp>
3 int value(int in)
5 return 2 * in;