gcc/tests/Sanity/test-m32-m64-options/hello.cpp

8 lines
74 B
C++

#include <iostream>
int
main (void)
{
std::cout << "Hello, world!\n";
}