[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Preprocessor / c2x.c
blob96fc9273a286857b7e500bbf6aca03b28a71640d
1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c2x %s
2 // expected-no-diagnostics
4 // FIXME: Test the correct value once C23 ships.
5 _Static_assert(__STDC_VERSION__ > 201710L, "Incorrect __STDC_VERSION__");