blob: 7db75058990524007f3bd035fac2802b2a8cae1a [file] [log] [blame]
/* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */
/* { dg-do compile } */
/* { dg-options -mcpu=ultrasparc } */
int foo(long long y) {
return -1 * y;
}