[mlir][LLVM] `LLVMTypeConverter`: Tighten materialization checks (#116532)
[llvm-project.git] / clang / test / Analysis / Inputs / ctu-onego-toplevel-other.cpp
blob668293885d90236a6997fcf4839b071cb29de92c
1 void b(int x);
2 void other(int y) {
3 b(1);