diff options
Diffstat (limited to 'gnu/llvm/tools/clang/utils/perf-training/cxx/hello_world.cpp')
| -rw-r--r-- | gnu/llvm/tools/clang/utils/perf-training/cxx/hello_world.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/llvm/tools/clang/utils/perf-training/cxx/hello_world.cpp b/gnu/llvm/tools/clang/utils/perf-training/cxx/hello_world.cpp deleted file mode 100644 index fc9f6892eb7..00000000000 --- a/gnu/llvm/tools/clang/utils/perf-training/cxx/hello_world.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %clang_cpp -c %s -// RUN: %clang_cpp_skip_driver -Wall -pedantic -c %s -#include <iostream> - -int main(int, char**) { - std::cout << "Hello, World!"; - return 0; -} |
