Here's the full message:
/Volumes/ARDUINO-1/ESP32C3TESTWifi/TEST/TEST.ino:1:9: error: expected constructor, destructor, or type conversion before ';' token
1 | void setup() {
| ^
/Volumes/ARDUINO-1/ESP32C3TESTWifi/TEST/TEST.ino:6:8: error: expected constructor, destructor, or type conversion before ';' token
6 | void loop() {
| ^
exit status 1
Compilation error: expected constructor, destructor, or type conversion before ';' token
I'm not familiar with 'Verbose reporting for compiling' - I'll turn it on and see what happens.