blob: 4b971b7fc1275671c4501d503e706fa6a36a3d55 [file] [log] [blame]
// -*- 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
//
//===----------------------------------------------------------------------===//
module;
#include <cstdarg>
export module std:cstdarg;
export namespace std {
using std::va_list;
} // namespace std