summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/29_atomics/headers/stdatomic.h/version.cc
blob: dbaf6bc59d3ea64c1e71ec7b6082e92d4defc70d (plain)
1
2
3
4
5
6
7
8
9
10
// { dg-options "-std=gnu++23" }
// { dg-do preprocess { target c++23 } }

#include <version>

#ifndef __cpp_lib_stdatomic_h
# error "Feature test macro for stdatomic.h is missing in <version>"
#elif __cpp_lib_stdatomic_h != 202011L
# error "Feature test macro for stdatomic.h has wrong value in <version>"
#endif