1 /* { dg-do compile } */
2 /* { dg-options "-O1" } */
4 /* This program requires the SSA renamer to be run after the second DOM
5 pass. Test provided by Falk Hueffner as Bugzilla #12825. */
7 struct floppy_raw_cmd
{
9 } *raw_cmd
, default_raw_cmd
;
12 setup_format_params (void)
14 raw_cmd
= &default_raw_cmd
;