diff options
Diffstat (limited to 'rod/c2nim/tests/systest.c')
-rw-r--r-- | rod/c2nim/tests/systest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rod/c2nim/tests/systest.c b/rod/c2nim/tests/systest.c index 022bf8350..528ae89e3 100644 --- a/rod/c2nim/tests/systest.c +++ b/rod/c2nim/tests/systest.c @@ -9,6 +9,7 @@ extern "C" { typedef char gchar; typedef unsigned int gunsignedint; +typedef unsigned char guchar; point* newPoint(void) { for (int i = 0; i < 89; ++i) echo("test" " string " "concatenation"); |