commit | 3ef84e157574b52ff8cbf6f49bf92047eb3f2f86 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Wed Jul 22 20:02:03 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Wed Jul 22 20:02:03 2009 +0000 |
tree | 97f77ba8b6c8a66689c8c567330eb9b9e45b51a6 | |
parent | 8e1fab243ab8023b7ee3899745386b3b3a4258f8 [diff] [blame] |
Prep for new warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76772 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CXX/class/class.union/p1.cpp b/test/CXX/class/class.union/p1.cpp index 0c7eafe..15c2634 100644 --- a/test/CXX/class/class.union/p1.cpp +++ b/test/CXX/class/class.union/p1.cpp
@@ -1,6 +1,6 @@ // RUN: clang-cc -fsyntax-only -verify %s -void abort(); +void abort() __attribute__((noreturn)); class Okay { int a_;