Retro68/gcc/libjava/testsuite/libjava.cni/natPR9577.cc

10 lines
158 B
C++
Raw Normal View History

2012-03-27 23:13:14 +00:00
#include <stdio.h>
#include "PR9577.h"
void
PR9577::sayHello (JArray< ::java::lang::String *> *x, ::java::lang::Object *y)
{
printf( "Hello!\n");
}