]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Parser/ms-inline-asm-nested-braces.c
Vendor import of clang release_38 branch r258549:
[FreeBSD/FreeBSD.git] / test / Parser / ms-inline-asm-nested-braces.c
1 // REQUIRES: x86-registered-target
2 // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks
3
4 int t_fail() { // expected-note {{to match this}}
5   __asm
6   { // expected-note {{to match this}}
7     { // expected-note {{to match this}}
8       {
9       } // expected-error 3 {{expected}}