1 /* { dg-do compile } */
2 /* { dg-options "-mabi=lp64d -O2 -fdump-rtl-split1" } */
3
4 long int
5 test (void)
6 {
7 return 0x1234567890abcdef;
8 }
9 /* { dg-final { scan-rtl-dump-times "scanning new insn with uid" 6 "split1" } } */
10