]> granicus.if.org Git - clang/commitdiff
clang/test/SemaCXX/dcl_ambig_res.cpp: [PR13819] It requires LP64 for now due to __SIZ...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Sep 2012 10:45:46 +0000 (10:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Sep 2012 10:45:46 +0000 (10:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163700 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/dcl_ambig_res.cpp

index 08867c0ea2f5f80a3c184d9f7bf359a822b8af5c..97780e41f0c49cb2cb50b65c6cea5381557bf4c8 100644 (file)
@@ -1,5 +1,8 @@
 // RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
 
+// PR13819
+// REQUIRES: LP64
+
 // [dcl.ambig.res]p1:
 struct S { 
   S(int);