lix/src/libutil/exit.cc
eldritch horrors 992d99592f :quit in the debugger should quit the whole program
(cherry picked from commit 2a8fe9a93837733e9dd9ed5c078734a35b203e14)
Change-Id: I71dadfef6b24d9272b206e9e2c408040559d8a1c
2024-03-09 10:17:26 -07:00

8 lines
57 B
C++

#include "exit.hh"
namespace nix {
Exit::~Exit() {}
}