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}}
10