ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/sparc/ultrasp1.c

9 lines
182 B
C

/* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */
/* { dg-do compile } */
/* { dg-options -mcpu=ultrasparc } */
int foo(long long y) {
return -1 * y;
}