summaryrefslogtreecommitdiff
path: root/utils/perf-training/cxx/hello_world.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/perf-training/cxx/hello_world.cpp')
-rw-r--r--utils/perf-training/cxx/hello_world.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/perf-training/cxx/hello_world.cpp b/utils/perf-training/cxx/hello_world.cpp
deleted file mode 100644
index fc9f6892eb74..000000000000
--- a/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;
-}