Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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;