diff clang/test/Parser/ms-inline-asm-nested-braces.c @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 1d019706d866
children
line wrap: on
line diff
--- a/clang/test/Parser/ms-inline-asm-nested-braces.c	Wed Jul 21 10:27:27 2021 +0900
+++ b/clang/test/Parser/ms-inline-asm-nested-braces.c	Wed Nov 09 17:45:10 2022 +0900
@@ -1,7 +1,7 @@
 // REQUIRES: x86-registered-target
 // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks
 
-int t_fail() { // expected-note {{to match this}}
+int t_fail(void) { // expected-note {{to match this}}
   __asm
   { // expected-note {{to match this}}
     { // expected-note {{to match this}}