clang/tests/fedora-flags/hello.cpp
Tom Stellard 50d4f87e06 12.0.0 Release
Related: rhbz#1928132
2021-05-10 17:56:28 -07:00

6 lines
70 B
C++

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