hanchenye-llvm-project/clang/test/Parser/objc-foreach-syntax.m

8 lines
168 B
Mathematica
Raw Normal View History

// RUN: clang-cc -fsyntax-only -verify %s
static int test_NSURLGetResourceValueForKey( id keys )
{
for ( id key; in keys) { // expected-error {{parse error}}
}
}