[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / test / Shell / Settings / Inputs / main.c
blobc029ddd96cd52ed9871ee1d4b55a17f07fbea5b5
1 int foo() { return 0; }
2 int main() { return foo(); }