This repository has been archived on 2020-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-cpp/tests/test_00_library_is_loadable...

10 lines
142 B
C++

/* This file is part of mastodon-cpp.
*/
#include "mastodon-cpp.hpp"
int main(int argc, char *argv[])
{
Mastodon::API test("", "");
}