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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
SemaObjCXX
/
ivar-reference-type.mm
blob
2b5df453e0e4b6dbe1171c1e37f3758e08fd4281
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
@interface A {
3
int &r; // expected-error {{instance variables cannot be of reference type}}
4
}
5
@end