regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git] / none / tests / arm64 / bug484426.cpp
blob3b1657ffb83b9bd4d16252f918f26c65da2aa957
1 #include <cmath>
2 #include <iostream>
4 int main(int argc, char** argv)
6 float value = std::stof(argv[1]);
7 std::cout << std::round(value) << "\n";