#include import std; int main() { auto* err = SDL_GetError(); std::println("sdl2 ok: SDL_GetError() = '{}'", err ? err : ""); return 0; }