Oddly enough, it works if I build with **meson**, but not if I build with **make** -- SystemVerilog is not recognized as a language in the latter, for some reason. The CI/CD tests are complaining for the non-Meson build, but not for the Meson ones.
Oddlier enough, if I run `make check` it works for me (even though Geany seems not to recognize the language when I open it graphically), so the mystery of why the CI/CD is failing deepens.