cling/test/Prompt/faildecls.C
2012-09-05 09:37:39 +00:00

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