| // Copyright (c) Microsoft Corporation. | |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | |
| // In a module-file, the optional `module;` must appear first; see [cpp.pre]. | |
| module; | |
| // This named module expects to be built with classic headers, not header units. | |
| // The subset of "C headers" [tab:c.headers] corresponding to | |
| // the "C++ headers for C library facilities" [tab:headers.cpp.c] | |
| // <intrin.h> defines some types outside of `extern "C"` or `extern "C++"`. | |
| export module std; | |
| // "C++ library headers" [tab:headers.cpp] | |
| // "C++ headers for C library facilities" [tab:headers.cpp.c] | |