brintos

brintos / llvm-project-archived public Read only

0
0
Text · 145 B · 2b5df45 Raw
6 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -verify %s2@interface A {3  int &r; // expected-error {{instance variables cannot be of reference type}}4}5@end6