1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 15:32:43 +01:00
nix/src/libutil/exit.cc
2024-02-20 10:01:13 -08:00

7 lines
57 B
C++

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