]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/ultrasp1.c
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / ultrasp1.c
1 /* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */
2
3 /* { dg-do compile } */
4 /* { dg-options "" } */
5 /* { dg-options -mcpu=ultrasparc { target sparc-*-* } } */
6
7 int foo(long long y) {
8   return -1 * y;
9 }