Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.11 KB | None | 0 0
  1. void main() {
  2.     scope(exit) {
  3.     }
  4.  
  5.     scope(exit) {assert(false); }; return; // for testing destruction
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement