gcc/tests/fedora-flags/hello.cpp
Tom Stellard d4fb9f8ed8 Import gcc-fedora-flags test from redhat-rpm-config
Once this is committed, the version in redhat-rpm-config will be removed
and redhat-rpm-config will use this test.
2022-04-19 12:01:29 -07:00

6 lines
70 B
C++

#include <iostream>
void hello() {
std::cout << "Hello World\n";
}