xref: /llvm-project/clang/test/CodeGen/SystemZ/mbackchain-3.c (revision 057e6bb5540b5ec57e73c56dca80c17fabc949e5)
1 // RUN: %clang -mno-backchain --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s
2 
3 // CHECK: define dso_local void @foo() [[NUW:#[0-9]+]]
foo(void)4 void foo(void) {
5 }
6 
7 // CHECK-NOT: "backchain"
8