[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git] / clang / test / Parser / slh-asm-goto-no-warn.cpp
blobb8cfecbdb1599fb024791a80a8c0de8e4e7bf3b3
1 // RUN: %clang_cc1 -Wno-slh-asm-goto -mspeculative-load-hardening -fsyntax-only -verify %s
3 void f() {
4 __asm goto("movl %ecx, %edx"); // expected-no-diagnostics