diff options
Diffstat (limited to 'contrib/llvm-project/libcxx/modules/std/cassert.inc')
| -rw-r--r-- | contrib/llvm-project/libcxx/modules/std/cassert.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/llvm-project/libcxx/modules/std/cassert.inc b/contrib/llvm-project/libcxx/modules/std/cassert.inc new file mode 100644 index 000000000000..2ab8eb970e7a --- /dev/null +++ b/contrib/llvm-project/libcxx/modules/std/cassert.inc @@ -0,0 +1,12 @@ +// -*- C++ -*- +//===----------------------------------------------------------------------===// +// +// 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 +// +//===----------------------------------------------------------------------===// + +export namespace std { + // This module exports nothing. +} // namespace std |
