Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dget_const_rv.fail.cpp25 std::tuple<int> const tup4() { return std::make_tuple(4); } in tup4() function
32 cref(std::get<0>(tup4())); // expected-error {{call to deleted function 'cref'}} in main()