blob: 186e2f1bbfb5b1e0d917e225ff60a08c9a620a1d [file] [log] [blame]
/* { dg-do preprocess } */
#if __has_builtin (__builtin_va_start) != 1
#error "No __builtin_va_start"
#endif
#if __has_builtin (__builtin_va_end) != 1
#error "No __builtin_va_end"
#endif
#if __has_builtin (__builtin_va_arg) != 1
#error "no __builtin_va_arg"
#endif
#if (__STDC_VERSION__ >= 202311L || __cplusplus >= 202400L)
#if __has_builtin (__builtin_c23_va_start) != 1
#error "no __builtin_c23_va_start"
#endif
#endif