#include "lib.hpp" auto main() -> int { auto const lib = library {}; return lib.name == "tmp" ? 0 : 1; }