brintos

brintos / llvm-project-archived public Read only

0
0
Text · 232 B · 1d659d2 Raw
7 lines · c
1// RUN: %clang_cc1 -fsyntax-only -verify -std=c2y %s2// expected-no-diagnostics3 4// FIXME: Set this to test the correct value once that value is set by WG14.5static_assert(__STDC_VERSION__ > 202311L, "Incorrect __STDC_VERSION__");6 7