• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct S
2 {
3   int member0;
4   char member1;
5   unsigned __special_padding_space1;
6   unsigned __special_padding_space2;
7   unsigned __special_padding_space3;
8   char data_member_incorrectly_inserted;
9 };
10 
11 struct S s;
12