OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 an initializer list temporary}}
Completed in 2560 milliseconds