mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-03 03:52:36 +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