summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/05/main.c b/05/main.c
index c3f5138..a1315a0 100644
--- a/05/main.c
+++ b/05/main.c
@@ -5,6 +5,10 @@ int f(void) {
while (g+100==1234){
}
}
+ do {
+ break;
+ continue;
+ }while(0);
lbl1:break;;goto blah;
case -1-3:
continue;a:break;return;return 6+3<<sizeof(int);