#pragma once ///@file #include #include #include "tests/path.hh" namespace rc { using namespace nix; template<> struct Arbitrary { static Gen arbitrary(); }; }