1 /* Make sure that the H8 backend does not generate a non-atomic stack
3 /* { dg-do compile { target h8300-*-* } } */
4 /* { dg-options "" } */
6 void foo (short, short, short, short, short, short);
11 foo (0, 0, 0, 0, 0, 0);
14 /* { dg-final { scan-assembler-not "addx" } } */