Clang Project
clang_source_code
/
test
/
Analysis
/
diagnostics
/
undef-value-callee.h
1
2
void callee() {
3
;
4
}
5