diff options
Diffstat (limited to 'test/CodeGen/2008-01-25-ZeroSizedAggregate.c')
-rw-r--r-- | test/CodeGen/2008-01-25-ZeroSizedAggregate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/2008-01-25-ZeroSizedAggregate.c b/test/CodeGen/2008-01-25-ZeroSizedAggregate.c index d905985..3ffcc7b 100644 --- a/test/CodeGen/2008-01-25-ZeroSizedAggregate.c +++ b/test/CodeGen/2008-01-25-ZeroSizedAggregate.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -emit-llvm -o - +// REQUIRES: LP64 // Aggregates of size zero should be dropped from argument list. typedef long int Tlong; |