fork(1) download
  1. struct Foo
  2. {
  3. int x;
  4. } Foo;
  5.  
  6. int main()
  7. {
  8. Foo.x = 100;
  9. }
  10.  
Success #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty