2 /* { dg-options "-O2" } */
4 extern void abort (void);
5 extern void link_error (void);
18 struct S
bar (struct S x
, struct S
*y
)
25 foo (int a
, struct T b
)
32 /* This call should be marked as clobbering 'x' and 'b'. */
40 struct S
bar1 (struct S x
, struct S y
)
47 foo1 (int a
, struct T b
)
55 /* This call should NOT be marked as clobbering 'x' and 'b'. */