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 //===----------------------------------------------------------------------===//
13 #include "test_macros.h"
16 #error va_arg not defined
19 #if TEST_STD_VER >= 11
21 # error va_copy is not defined when c++ >= 11
26 #error va_end not defined
30 #error va_start not defined