aboutsummaryrefslogtreecommitdiff
path: root/stub-loader.c
blob: d84d41b0c5f49379a0632df84e2cc7c5d81bb295 (plain)
1
2
3
4
5
6
7
/* Bleah!! */
int remote_debug = 0;

main() {
  set_debug_traps();
  breakpoint();
}