1 // RUN: %clang_cc1 -triple i386-unknown-unknown -O3 -emit-llvm %s -o - | FileCheck %s
9 static void f0(struct s0
*p
) {
17 struct s0 x
__attribute__((cleanup(f0
))) = { &var
, 2 };
18 struct s0 y
__attribute__((cleanup(f0
))) = { &var
, 3 };
20 struct s0 y
__attribute__((cleanup(f0
))) = { &var
, 4 };