1 /* { dg-do compile } */
2 /* { dg-options "-O2 -ftree-tail-merge -fdump-tree-pre" } */
4 /* Type that matches the 'p' constraint. */
11 __asm__ ("" : "=&p" (t
), "=p" (*r
));
15 foo (int n
, TYPE
*x
, TYPE
*y
)
23 /* { dg-final { scan-tree-dump-times "__asm__" 2 "pre"} } */
24 /* { dg-final { cleanup-tree-dump "pre" } } */