mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
17b5331841
git-svn-id: file:///svn/toku/tokudb@14310 c7de825b-a66e-492c-adef-691d508d4ae1
6 lines
77 B
C
6 lines
77 B
C
#include <stdlib.h>
|
|
|
|
int main(void) {
|
|
(void) malloc(42);
|
|
return 0;
|
|
}
|