[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeGen / attr-cleanup.c
blob755ede86c1382695f30e76bf76712b3833fe0df6
1 // RUN: %clang_cc1 -emit-llvm %s -o %t
3 void f(void* arg);
4 void g(void) {
5 __attribute__((cleanup(f))) void *g;