New issue by pmer on void-packages repository https://github.com/void-linux/void-packages/issues/18725 Description: ### System * xuname: Void 5.4.17_1 x86_64-musl GenuineIntel/VM uptodate rFFF * package: binutils-2.33.1_1 gcc-9.2.0-3 ### Expected behavior No errors. ### Actual behavior ``` ar: a.o: plugin needed to handle lto object /bin/ld: /usr/lib/gcc/x86_64-linux-musl/../../../../lib/Scrt1.o: in function `_start_c': /builddir/musl-1.1.24/crt/crt1.c:18: undefined reference to `main' collect2: error: ld returned 1 exit status ``` ### Steps to reproduce the behavior ``` cat > a.c <