Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Stmt * cur = stmt->clauseList->statementList;
  2. while ( cur )
  3. {
  4. if ( cur->kind == StmtKindFallthrough && cur->next != NULL ) //error
  5. cur = cur->next;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement