From 44aeb85b2fa2c743e2d0f7e00349f99cfcbc7639 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 28 May 2016 15:03:26 -0700 Subject: add a pass that eliminates duplicate functions --- test/hello_libcxx.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/hello_libcxx.cpp (limited to 'test/hello_libcxx.cpp') diff --git a/test/hello_libcxx.cpp b/test/hello_libcxx.cpp new file mode 100644 index 000000000..445c5513b --- /dev/null +++ b/test/hello_libcxx.cpp @@ -0,0 +1,8 @@ +#include + +int main() +{ + std::cout << "hello, world!" << std::endl; + return 0; +} + -- cgit v1.2.3