mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix fallthrough case handling.
This commit is contained in:
@@ -254,6 +254,8 @@ func int testReturnSwitch()
|
||||
int i = 0;
|
||||
switch (i)
|
||||
{
|
||||
case 0:
|
||||
case 3:
|
||||
case 1:
|
||||
return 2;
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user