[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / CodeGenObjC / ivar-layout-array0-struct.m
blob26459aec4c016b949789f355e0ddd3050a2348de
1 // REQUIRES: x86-registered-target
2 // RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -S %s -o %t-64.s
3 // RUN: FileCheck -check-prefix CHECK-LP64 --input-file=%t-64.s %s
5 // rdar://8800513
6 @interface NSObject {
7   id isa;
9 @end
11 typedef struct {
12     id b;
13 } st;
15 @interface Test : NSObject {
16     int a;
17     st b[0];
19 @end
21 @implementation Test @end
22 // CHECK-LP64: L_OBJC_CLASS_NAME_.4:
23 // CHECK-LP64-NEXT: .asciz      "\001\020"