nix-super/src/libutil/exit.cc

8 lines
57 B
C++
Raw Normal View History

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