1// RUN: %clang_cpp -c %s
2// RUN: %clang_cpp_skip_driver -Wall -pedantic -c %s
3#include <iostream>
4
5int main(int, char**) {
6 std::cout << "Hello, World!";
7 return 0;
8}
9

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of clang/utils/perf-training/cxx/hello_world.cpp