Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
ModuleDiags
/
has_warnings.h
1
2
int int_val;
3
float *float_ptr = &int_val;
4