]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Import/cxx-scalar-value-init/Inputs/S.cpp
Vendor import of clang trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / test / Import / cxx-scalar-value-init / Inputs / S.cpp
1 int si() { return int(); }
2 float sf() { return float(); }