diff options
Diffstat (limited to 'test/mem/memswap_null.c')
-rw-r--r-- | test/mem/memswap_null.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mem/memswap_null.c b/test/mem/memswap_null.c new file mode 100644 index 0000000..015f3f3 --- /dev/null +++ b/test/mem/memswap_null.c @@ -0,0 +1,6 @@ +#include <mem.h> + +int main(void){ + calt_memswap(NULL, NULL, 1); + return 0; +} |