tke-log-parser/test/source/tmp_test.cpp
2024-03-21 22:13:52 -03:00

8 lines
111 B
C++

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