[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / C / C2x / n2508.c
blob2dee0b668cb4e8cb2d274c0a49b0fd300202f015
1 // RUN: %clang_cc1 -verify -std=c2x %s
3 // expected-no-diagnostics
5 /* WG14 N2508: yes
6 * Free positioning of labels inside compound statements
7 */
8 void test() {
10 inner:
13 switch (1) {
14 case 1:
18 multiple: labels: on: a: line:
21 final: