Home | History | Annotate | Download | only in tests
      1 
      2 #include <fstream>
      3 int main(void) {
      4         std::ofstream pippo("pluto");
      5         return 0;
      6 };
      7 
      8