[corlib] Use temp directory for assemblies in SaveTest.Save() (#5727)
[mono.git] / mono / unit-tests / test-mono-handle.c
index 95ebae349c29aa1cbd562a8642ec09a17299c5b1..0d8febaa709eb56721bdc155fab4dd1fc260fb15 100644 (file)
 #include <mono/metadata/handle.h>
 
 static void
-test2_arena_push_pop ()
+test2_arena_push_pop (void)
 {
        HandleStack *h = mono_handle_stack_alloc ();
        mono_handle_stack_free (h);
 }
 
-
-
 int
 main (int argc, const char* argv[])
 {