Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
gcc.dg
/
ultrasp1.c
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
;
}