blob: b80e5d310357088e027edab11df7b492881757e8 [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm %s -o %t
// <rdar://problem/6827047>
void f(void* arg);
void g(void) {
__attribute__((cleanup(f))) void *g;
}