1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-dom2" } */
4 extern void abort (void);
19 /* There should be precisely one load of blah. If there is
20 more than one, then the dominator optimizations failed. */
21 /* { dg-final { scan-tree-dump-times "\\*blah" 1 "dom2"} } */