document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. struct {
  2.     unsigned char a : 1;
  3.     unsigned char b : 3;
  4.     unsigned char c : 2;
  5. } flags
');