[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Parser / ms-inline-asm-nested-braces.c
blob90712ef175260230d66b11a427c68ca6d1dac4a6
1 // REQUIRES: x86-registered-target
2 // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks
4 int t_fail(void) { // expected-note {{to match this}}
5 __asm
6 { // expected-note {{to match this}}
7 { // expected-note {{to match this}}
9 } // expected-error 3 {{expected}}