1 //===----------------------------------------------------------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // UNSUPPORTED: no-localization
15 #include "test_macros.h"
18 #error LC_ALL not defined
22 #error LC_COLLATE not defined
26 #error LC_CTYPE not defined
30 #error LC_MONETARY not defined
34 #error LC_NUMERIC not defined
38 #error LC_TIME not defined
42 #error NULL not defined
46 ASSERT_SAME_TYPE(char*, decltype(setlocale(0, "")));
47 ASSERT_SAME_TYPE(lconv
*, decltype(localeconv()));