blob: da51b6054f53794d47ca04ad84e717197f6eca1f [file] [log] [blame]
struct S {
var a = S() // expected-error {{'S' cannot be constructed because it has no accessible initializers}}
}