brintos

brintos / llvm-project-archived public Read only

0
0
Text · 153 B · 47e215a Raw
4 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -verify %s2int& r1;	// expected-error{{declaration of reference variable 'r1' requires an initializer}}3extern int& r2;4