brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · 7031eec Raw
6 lines · c
1// RUN: %clang_cc1 -fsyntax-only -verify -std=c17 %s2// RUN: %clang_cc1 -fsyntax-only -verify -std=c18 %s3// expected-no-diagnostics4 5_Static_assert(__STDC_VERSION__ == 201710L, "Incorrect __STDC_VERSION__");6