summaryrefslogtreecommitdiffstats
path: root/llvm/opt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/opt/main.cpp')
-rw-r--r--llvm/opt/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/opt/main.cpp b/llvm/opt/main.cpp
new file mode 100644
index 00000000000..8bb47f1c1b0
--- /dev/null
+++ b/llvm/opt/main.cpp
@@ -0,0 +1,6 @@
+#include <iostream>
+
+int main(int argc, char **argv) {
+ std::cout << "Hello, world!" << std::endl;
+ return 0;
+}
OpenPOWER on IntegriCloud