Searched refs:Lfoo (Results 1 – 1 of 1) sorted by relevance
25 std::wstring Lfoo; in main() local31 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()