brintos

brintos / llvm-project-archived public Read only

0
0
Text · 298 B · 90712ef Raw
10 lines · c
1// REQUIRES: x86-registered-target2// RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks3 4int t_fail(void) { // expected-note {{to match this}}5  __asm6  { // expected-note {{to match this}}7    { // expected-note {{to match this}}8      {9      } // expected-error 3 {{expected}}10