2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / splet-1.c
blob03dbb2e3a3cd17387b895ea581f7abbfaf7335fe
1 /* Test inl-sparc.h. */
3 /* { dg-do run { target sparclet-*-* } } */
4 /* { dg-options -mcpu=sparclet } */
6 #include <inl-sparc.h>
8 main ()
10 int a,b;
12 a = scan (1, 2);
13 if (a != 3)
14 abort ();
16 b = shuffle (4, 5);
17 if (b != 6)
18 abort ();
20 exit (0);