summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/objc-foreach-syntax.m
blob: 950fc2f114a33f1da7233dfece7ec1b5d93c2e7e (plain)
1
2
3
4
5
6
7
// RUN: clang-cc -fsyntax-only -verify %s

static int test_NSURLGetResourceValueForKey( id keys )
{
 for ( id key; in keys) {  // expected-error {{parse error}}
  } 
}
OpenPOWER on IntegriCloud