Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/
Dliteral.pass.cpp25 std::wstring Lfoo; in main() local
31 Lfoo = L""s; assert(Lfoo.size() == 0); in main()
37 Lfoo = L" "s; assert(Lfoo.size() == 1); in main()
43 Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::wstring ( L"ABC")); in main()