[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeGen / SystemZ / mbackchain-2.c
blobbea46d2482637f8145ba056bc5d779265f45e755
1 // RUN: %clang -mbackchain --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s
3 // CHECK: define dso_local void @foo() [[NUW:#[0-9]+]]
4 void foo(void) {
7 // CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }