Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : cleanup in mc examples
[simgrid.git] / examples / msg / mc / test / test_heap_comparison.c
1 #include "mc/mc.h"
2 #include "msg/msg.h"
3
4 int main (int argc, char **argv){
5   MSG_init(&argc, argv);
6   MC_test_heap_comparison();
7   return 0;
8 }