[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Rewriter / rewrite-foreach-7.m
blob079825b01ea37785b736733aeae67e32ad100df7
1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5  %s -o -
3 @class NSArray;
4 int main(void) {
5         NSArray *foo;
6         for (Class c in foo) { }