1 // UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
4 // RUN: %clang_cc1 -fsyntax-only -verify -include %s %s
7 // RUN: %clang_cc1 %s -emit-pch -o %t
8 // RUN: %clang_cc1 -emit-llvm-only -verify %s -include-pch %t -debug-info-kind=limited
10 // expected-no-diagnostics
14 //===----------------------------------------------------------------------===//
23 static NSString * const cake = @"cake";
25 //===----------------------------------------------------------------------===//
27 //===----------------------------------------------------------------------===//
34 //===----------------------------------------------------------------------===//