1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-ssa-vops" } */
12 void bar (struct S
, int);
14 foo (int a
, struct T b
)
23 /* Make sure that .GLOBAL_VAR is not created when there are no
25 /* { dg-final { scan-tree-dump-times "GLOBAL_VAR" 0 "ssa"} } */
26 /* { dg-final { cleanup-tree-dump "ssa" } } */