#include <spdlog/spdlog.h> int write_message() { spdlog::warn("This is a message generated by spdlog in the spdlog-user test library"); return 42; }