From 34d02d0b37f16015f317a935c48ce8b7b64ae77b Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Tue, 15 Dec 2009 18:49:47 +0000 Subject: Update clang to 91430. --- test/CodeGenCXX/enum.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/CodeGenCXX/enum.cpp (limited to 'test/CodeGenCXX/enum.cpp') diff --git a/test/CodeGenCXX/enum.cpp b/test/CodeGenCXX/enum.cpp new file mode 100644 index 000000000000..6ce04a3a532b --- /dev/null +++ b/test/CodeGenCXX/enum.cpp @@ -0,0 +1,4 @@ +// RUN: clang-cc -emit-llvm-only -verify %s + +enum A { a } __attribute((packed)); +int func(A x) { return x==a; } -- cgit v1.3