diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-12 10:45:46 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-12 10:45:46 +0000 |
commit | db3353f6c9f3ffd291ce9e314e996071252c4285 (patch) | |
tree | 943440279704ec28fbedeb8bed973b118ca4f1b7 | |
parent | b774d73540ba62a5e6a8e9217b320b27a946cfad (diff) |
clang/test/SemaCXX/dcl_ambig_res.cpp: [PR13819] It requires LP64 for now due to __SIZE_TYPE__.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163700 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/SemaCXX/dcl_ambig_res.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/SemaCXX/dcl_ambig_res.cpp b/test/SemaCXX/dcl_ambig_res.cpp index 08867c0ea2..97780e41f0 100644 --- a/test/SemaCXX/dcl_ambig_res.cpp +++ b/test/SemaCXX/dcl_ambig_res.cpp @@ -1,5 +1,8 @@ // RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s +// PR13819 +// REQUIRES: LP64 + // [dcl.ambig.res]p1: struct S { S(int); |