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