diff options
Diffstat (limited to 'test/test1.c')
-rw-r--r-- | test/test1.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test1.c b/test/test1.c index 777aa5f..3f52c93 100644 --- a/test/test1.c +++ b/test/test1.c @@ -30,3 +30,10 @@ test2(void) printf("OK\n"); } + +void +test3() +{ + printf("executing %s... OK\n", __func__); + printf("%s\n", strlibver()); +} |