Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // clang -O1 -c foo.c
- void foo()
- {
- int a = 1;
- while (1)
- {
- if (a)
- {
- label:
- a += 2;
- a *= (long)&&label;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement