nix-super/src/libutil/exit.cc
2024-02-20 10:01:13 -08:00

7 lines
57 B
C++

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