Clang Project

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