diff options
Diffstat (limited to 'test/junit/com/sun/gluegen/test.c')
-rw-r--r-- | test/junit/com/sun/gluegen/test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/junit/com/sun/gluegen/test.c b/test/junit/com/sun/gluegen/test.c index d8c26a1..06d5508 100644 --- a/test/junit/com/sun/gluegen/test.c +++ b/test/junit/com/sun/gluegen/test.c @@ -8,6 +8,10 @@ int bufferTest(void * object) { return 42; } +int manyBuffersTest(void * object1, void * object2, void * object3, void * object4, void * object5) { + return 42; +} + int mixedTest(long context, void * object, foo * array){ return 42; } |