diff options
-rw-r--r-- | clang/test/Sema/types.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Sema/types.c b/clang/test/Sema/types.c index 778a5fe9f7c..0450de1c8e9 100644 --- a/clang/test/Sema/types.c +++ b/clang/test/Sema/types.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -pedantic -verify -triple=x86_64-apple-darwin9 +// RUN: %clang_cc1 %s -pedantic -verify -triple=mips64-linux-gnu // rdar://6097662 typedef int (*T)[2]; |