repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git]
/
clang
/
test
/
SemaObjC
/
compound-init.m
blob
7b288bb3de2dd7b476e462c70becf1c68ee1be1b
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
@interface A
3
@end
4
5
void f() {
6
(A){ 0 }; // expected-error{{cannot initialize Objective-C class type 'A'}}
7
}