| //===----------------------------------------------------------------------===// |
| // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |
| // See https://llvm.org/LICENSE.txt for license information. |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| //===----------------------------------------------------------------------===// |
| // template<charT> T4 setfill(charT c); |
| : public std::basic_streambuf<CharT> |
| assert(os.fill() == '*'); |
| os << std::setfill(L'*'); |
| assert(os.fill() == L'*'); |