mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-07 08:34:59 +00:00
5e57e1890d
llvm-svn: 45489
8 lines
127 B
Objective-C
8 lines
127 B
Objective-C
// RUN: clang -fsyntax-only -verify %s
|
|
|
|
int main()
|
|
{
|
|
id a;
|
|
[a bla:0 6:7]; // expected-error {{expected ']'}}
|
|
}
|