[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / test / Shell / SymbolFile / PDB / Inputs / FunctionLevelLinkingTest.cpp
blobfa0030bacbf3ec033e7ea08e28354d4bfb3f583a
1 #include "FunctionLevelLinkingTest.h"
3 int foo() {
4 return 0;
7 int main() {
8 return foo() + bar() + baz();