Revision fd4911aa390fd49ddab92bd139bbbf35422e32e5 authored by Martin Schlather on 06 February 2020, 05:20:37 UTC, committed by cran-robot on 06 February 2020, 05:20:37 UTC
1 parent e10243f
Raw File
y.cc
#include "def.h"
#include <General_utils.h>

void crash() {  
  BUG;
}

back to top