fork(1) download
  1. class foo{
  2. void bar() const & {
  3. }
  4. void baz() && {
  5. }
  6. };
  7.  
  8. int main() {
  9. }
Success #stdin #stdout 0s 3092KB
stdin
Standard input is empty
stdout
Standard output is empty