regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git] / none / tests / gxx304.cpp
blob78ee7a1f874ba133f25ff7899f8a9b44670ba743
2 #include <fstream>
3 int main(void) {
4 std::ofstream pippo("pluto");
5 return 0;
6 };