Guest User

Untitled

a guest
Feb 17th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. long func3() {
  2. union u2 o3 = { .x=42 };
  3. return (0, o3).y;
  4. }
Add Comment
Please, Sign In to add comment