Clang Project

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