tests: Add test for C folding issue #1568

Also this issue has already been fixed
This commit is contained in:
Stephan Seitz 2022-02-05 19:24:41 +01:00
parent a42137f56a
commit a62971e0ef
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
int main() {
if (1) {
foobar();
} else {
}
}