ee9c988a1b2e ^
f84c3f9d65c0 ^
1 2 3 4 5 6 7 8 9 10
11 12
13 14
#pragma once #include "eval.hh" #include <sys/time.h> namespace nix { struct FunctionCallTrace { const Pos & pos; FunctionCallTrace(const Pos & pos); ~FunctionCallTrace(); }; }