diff options
Diffstat (limited to 'tools/test.c')
-rw-r--r-- | tools/test.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/test.c b/tools/test.c index b55cb2c86..2135056f1 100644 --- a/tools/test.c +++ b/tools/test.c @@ -1,20 +1,21 @@ static struct pippo **pluto (void) {
-
+
}
static struct pp qq (void) {
-
+
}
static cc ss (void) {
-
+
}
static aa bb (int a,
char *p) {
-
+
}
dd *ee (void) {
-
+
+ bb(0, "pip\"po", "pluto");
}
|