From 4c8b24812ddcd1dedaca343a6d4e76f91f398981 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Wed, 14 Oct 2009 18:03:49 +0000 Subject: Update clang to r84119. --- test/CodeGenCXX/PR4827-cast.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/CodeGenCXX/PR4827-cast.cpp (limited to 'test/CodeGenCXX/PR4827-cast.cpp') diff --git a/test/CodeGenCXX/PR4827-cast.cpp b/test/CodeGenCXX/PR4827-cast.cpp new file mode 100644 index 0000000000000..958798d77f605 --- /dev/null +++ b/test/CodeGenCXX/PR4827-cast.cpp @@ -0,0 +1,5 @@ +// RUN: clang-cc -emit-llvm -o - %s +struct A; +struct B; +extern A *f(); +void a() { (B *) f(); } -- cgit v1.3