source/misc/embedded_libs/PlatformFolders-4.2.0/test/getConfigHome.cpp
browsing at commit = 34503a05e90b14bc82129d2802e681a66e845523
#include "tester.hpp"
#include "../sago/platform_folders.h"
int main() {
run_test(sago::getConfigHome());
return 0;
}