1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-original" } */
5 apply_frontend_param (unsigned int spi_bias
)
7 static const int ppm
= 8000;
8 spi_bias
/= 1000ULL + ppm
/1000;
12 /* Make sure we perform the division in the narrower type. */
14 /* { dg-final { scan-tree-dump "spi_bias = spi_bias / 1008;" "original" } } */