Home
last modified time | relevance | path

Searched defs:BeginFunctionByValue (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.access/
H A Dbegin.pass.cpp215 struct BeginFunctionByValue { struct
216 friend constexpr int *begin(BeginFunctionByValue) { return &globalBuff[1]; } in begin() argument