Skip to content

Make sure generated C files are never empty of declarations

hrxi requested to merge hrxi/vala:pr_nonempty_c into main

C files with no declarations are invalid in a strict reading of the C standard.

Fixes #1457.

Merge request reports