blob: 7794f6d8756d696078d46ac7bb1683d8c41a15f0 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mno-hw-mul" } */
/* { dg-final { scan-assembler "__mulsi3" } } */
int x, y, z;
void test()
{
x = y * z;
}