Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void foo(){
- auto result = {{
- your
- code
- to
- do
- if ( something ) return 1;
- some
- stuff
- return 42;
- }};
- code_at_the_end();
- return result;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement