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

8 lines
74 B
C++
Raw Normal View History

2022-07-29 14:27:49 +00:00
#include <iostream>
int
main (void)
{
std::cout << "Hello, world!\n";
}