2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / libjava.cni / natshortfield.cc
blob08a7d5c05073dd4bbf09f6f89a98909a3a00fae7
1 #include <stdio.h>
2 #include "shortfield.h"
4 void shortfield::ouch ()
6 printf ("list: %d %d 0x%x\n",
7 modCount,
8 size__,
9 data);