05ba8a3a07
git-svn-id: http://root.cern.ch/svn/root/trunk@45844 27541ba8-7e3a-0410-8455-c3a389f83636
6 lines
136 B
C
6 lines
136 B
C
// RUN: cat %s | %cling -Xclang -verify
|
|
|
|
struct {int j;}; // expected-error {{anonymous structs and classes must be class members}}
|
|
|
|
.q
|