Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <unistd.h>
  2. #include <stdint.h>
  3.  
  4. template<size_t N> struct a {
  5. uint8_t _id[N];
  6. } __attribute__ ((packed));
  7.  
  8. struct b : a<17>{};
  9. struct b foo;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement