HomeSort by relevance Sort by last modified time
    Searched full:pr6139 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
decl-init-ref.cpp 28 struct PR6139 { A (&x)[1]; };
29 PR6139 x = {{A()}}; // expected-error{{non-const lvalue reference to type 'A [1]' cannot bind to a temporary of type 'A'}}

Completed in 40 milliseconds