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