llvm/clang/test/Import/cxx-scalar-value-init/Inputs/S.cpp

int si() { return int(); }
float sf() { return float(); }