blob: b8cfecbdb1599fb024791a80a8c0de8e4e7bf3b3 [file] [log] [blame]
// RUN: %clang_cc1 -Wno-slh-asm-goto -mspeculative-load-hardening -fsyntax-only -verify %s
void f() {
__asm goto("movl %ecx, %edx"); // expected-no-diagnostics
}