Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
mmx-check.h
blob: 3d083805f2041068254eedf2197208a67199afb4 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
<stdlib.h>
static
void
mmx_test
(
void
);
static
void
__attribute__
((
noinline
))
do_test
(
void
)
{
mmx_test
();
}
int
main
()
{
do_test
();
#ifdef
DEBUG
printf
(
"PASSED\n"
);
#endif
return
0
;
}