mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Jumping on else added.
This commit is contained in:
@@ -663,6 +663,9 @@ func int testThrowAny(int x) throws
|
||||
|
||||
func int oekt() throws
|
||||
{
|
||||
int z = try testThrow(-1) else goto NEXT;
|
||||
printf("Skipped.\n");
|
||||
NEXT:
|
||||
int x = try testThrow(-3);
|
||||
return x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user