aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/libjava/testsuite/libjava.jni/PR15133.c
blob: be5a48efa3b8019955f8aed12576f8dfb318b477 (plain)
1
2
3
4
5
6
7
8
9
#include <stdio.h>
#include <jni.h>
#include "PR15133.h"

JNIEXPORT void JNICALL
Java_PR15133_printIt (JNIEnv *env, jobject x, jint y)
{
  printf ("%d\n", y);
}