blob: 4977faf47b467d5f21458ee16afadffddaaa4f9d [file] [log] [blame]
/* Test __STDC_VERSION_LIMITS_H__ in C2x. */
/* { dg-do preprocess } */
/* { dg-options "-std=c2x -pedantic-errors" } */
#include <limits.h>
#ifndef __STDC_VERSION_LIMITS_H__
#error "__STDC_VERSION_LIMITS_H__ not defined"
#endif
#if __STDC_VERSION_LIMITS_H__ != 202311L
#error "bad value of __STDC_VERSION_LIMITS_H__"
#endif