Guest User

Untitled

a guest
Sep 14th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.20 KB | None | 0 0
  1. align(1)
  2. struct Test
  3. {
  4.     ushort a1;
  5.     ushort a2;
  6.     ushort a3;
  7.     ushort a4;
  8.     ushort a5;
  9.     uint   a6;
  10.     uint   a7;
  11.     uint   a8;
  12.     ushort a9;
  13.     ushort a0;
  14. }
  15.  
  16. pragma(msg, Test.sizeof);
  17.  
  18. void main() {};
Add Comment
Please, Sign In to add comment