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