xref: /llvm-project/clang/test/Analysis/Inputs/ctu-onego-existingdef-other.cpp (revision 56b9b97c1ef594f218eb06d2e62daa85cc238500)

bar()1 int bar() {
2   return 0;
3 }
4 
other()5 void other() {
6   bar();
7 }
8