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