fork download
  1. #include <stdio.h>
  2.  
  3. struct {
  4. unsigned int head:11;
  5. }name;
  6.  
  7.  
  8. int main(void) {
  9. name.head -= 1;
  10. printf("%c",'c');
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 4396KB
stdin
Standard input is empty
stdout
c