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

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