1// -*- C++ -*- 2//===----------------------------------------------------------------------===// 3// 4// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5// See https://llvm.org/LICENSE.txt for license information. 6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7// 8//===----------------------------------------------------------------------===// 9 10export { 11 using ::max_align_t; 12 using ::nullptr_t; 13 using ::ptrdiff_t; 14 using ::size_t; 15 16 // [support.c.headers]/1 17 // ... placed within the global namespace scope, except for ... the 18 // declaration of std::byte ([cstddef.syn]), and the functions and 19 // function templates described in [support.types.byteops]. ... 20 21 // [support.types.byteops], byte type operations 22} // export 23