#include "../utilities/check.h"

int main(void){
  check_offloading();
  return 0;
}
