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