1 // UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
2 // Test for rdar://10278815
5 // RUN: %clang_cc1 -fsyntax-only -verify -include %s %s
8 // RUN: %clang_cc1 %s -emit-pch -o %t
9 // RUN: %clang_cc1 -emit-llvm-only -verify %s -include-pch %t -debug-info-kind=limited
11 // expected-no-diagnostics
15 //===----------------------------------------------------------------------===//
24 static NSString * const cake = @"cake";
26 //===----------------------------------------------------------------------===//
28 //===----------------------------------------------------------------------===//
35 //===----------------------------------------------------------------------===//