/* * This file is part of MXE. * See index.html for further information. */ #include int main() { XXH32_state_t* state = XXH32_createState(); XXH32_freeState(state); return 0; }