1// RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-objc %s -o - -### 2>&1 | \
2// RUN:   FileCheck -check-prefix=TEST0 %s
3// TEST0: clang{{.*}}" "-cc1"
4// TEST0: "-rewrite-objc"
5// FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead.
6// TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option"
7