diff options
Diffstat (limited to 'test cases/vala/5 target glib/retcode.c')
-rw-r--r-- | test cases/vala/5 target glib/retcode.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/vala/5 target glib/retcode.c b/test cases/vala/5 target glib/retcode.c new file mode 100644 index 0000000..df44de5 --- /dev/null +++ b/test cases/vala/5 target glib/retcode.c @@ -0,0 +1,5 @@ +void * +get_ret_code (void) +{ + return (void *) (int) 42; +} |