Raw File
y.cc
#include "def.h"
#include <General_utils.h>

void crash() {  
  BUG;
}

back to top