Aaron Ballman | 1c30924 | 2017-12-08 02:39:26 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -fsyntax-only -verify -std=c17 %s |
Aaron Ballman | 8bcf10f | 2018-10-18 17:42:41 +0000 | [diff] [blame] | 2 | // RUN: %clang_cc1 -fsyntax-only -verify -std=c18 %s |
Aaron Ballman | 1c30924 | 2017-12-08 02:39:26 +0000 | [diff] [blame] | 3 | // expected-no-diagnostics |
4 | |||||
5 | _Static_assert(__STDC_VERSION__ == 201710L, "Incorrect __STDC_VERSION__"); |