struct death {};
struct death { struct death; };

Die(struct death pain) {
  pain.suffer = 0;
