xref: /llvm-project/clang/test/Analysis/Inputs/ctu-onego-toplevel-other.cpp (revision 56b9b97c1ef594f218eb06d2e62daa85cc238500)
1 void b(int x);
other(int y)2 void other(int y) {
3   b(1);
4 }
5