Home
last modified time | relevance | path

Searched refs:VoidBeginADL (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp213 struct VoidBeginADL {}; struct
214 void begin(VoidBeginADL); // expected-note {{selected 'begin' function with iterator type 'void'}}
215 void end(VoidBeginADL);
222 for (auto a : VoidBeginADL()) { // expected-error {{cannot use type 'void' as an iterator}} in j()