mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-24 07:09:00 +00:00
According to the C++ spec, main() should not have any linkage specifier: https://en.cppreference.com/w/cpp/language/main_function Fixes https://github.com/libsdl-org/SDL/issues/8738