Ehsan Akhgari | 0f89fac | 2014-07-06 05:26:54 +0000 | [diff] [blame] | 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}} |