ms-inline-asm-nested-braces.c 294 B

123456789
  1. // REQUIRES: x86-registered-target
  2. // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks
  3. int t_fail() { // expected-note {{to match this}}
  4. __asm
  5. { // expected-note {{to match this}}
  6. { // expected-note {{to match this}}
  7. {
  8. } // expected-error 3 {{expected}}