Searched refs:test_nonconst (Results 1 – 1 of 1) sorted by relevance
38 test_nonconst(S& s) in test_nonconst() function72 S s1(""); test_nonconst(s1); in main()73 S s2("abcde"); test_nonconst(s2); in main()74 S s3("abcdefghij"); test_nonconst(s3); in main()75 S s4("abcdefghijklmnopqrst"); test_nonconst(s4); in main()