llvm-svn: 68874
This commit is contained in:
Chris Lattner 2009-04-11 19:18:22 +00:00
parent 347eec9d84
commit 80718823ae
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@ void foo7(id (^x)(int)) {
@end
void foo8() {
^(itf x) {};
void *P = ^(itf x) {}; // expected-error {{Objective-C interface type 'itf' cannot be passed by value}}
}