celestia/config.tests/fmt/main.cpp

3 lines
68 B
C++

#include <fmt/printf.h>
int main() { return (int)fmt::printf(""); }