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