Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
H A Dp1.cpp261 struct VoidBeginADL {}; struct
262 void begin(VoidBeginADL); // expected-note {{selected 'begin' function with iterator type 'void'}}
263 void end(VoidBeginADL);
270 for (auto a : VoidBeginADL()) { // expected-error {{cannot use type 'void' as an iterator}} in j()