fork(1) download
  1. struct widget {
  2. operator void*() { return nullptr; }
  3. };
  4.  
  5. int main() {
  6. +widget();
  7. }
  8.  
Success #stdin #stdout 0s 4536KB
stdin
Standard input is empty
stdout
Standard output is empty