Clang Project

clang_source_code/test/Import/cxx-scalar-value-init/Inputs/S.cpp
1int si() { return int(); }
2float sf() { return float(); }
3