bolt/deps/llvm-18.1.8/clang/test/Parser/ms-inline-asm-nested-braces.c

10 lines
298 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// REQUIRES: x86-registered-target
// RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks
int t_fail(void) { // expected-note {{to match this}}
__asm
{ // expected-note {{to match this}}
{ // expected-note {{to match this}}
{
} // expected-error 3 {{expected}}