fork download
  1. #include <stdio.h>
  2.  
  3. typedef struct {
  4. char a[6];
  5. } foo;
  6.  
  7.  
  8. int main()
  9. {
  10. printf("%d", (foo*)0 + 7);
  11. }
Success #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
42