Added several flow control tests.

This commit is contained in:
Kugel Fuhr
2025-07-17 16:00:59 +02:00
parent f13284d3f8
commit ed54e9b168
14 changed files with 463 additions and 3 deletions

3
test/misc/flow-if-01.ref Normal file
View File

@@ -0,0 +1,3 @@
flow-if-01.c:43: Warning: Unreachable code
flow-if-01.c:52: Warning: Unreachable code
flow-if-01.c:55: Warning: Unreachable code