talk-2019-10-OOPSLA19/src/cfg/cfg.c
2018-11-08 19:37:04 +01:00

9 lines
89 B
C

while(/* ... */) {
X;
if(/* ... */) {
A;
} else {
B;
}
}