fork(1) download
  1. class Foobar {};
  2.  
  3. void myFunction(const Foobar& n) {
  4. }
  5.  
  6. void setup() {
  7. }
  8.  
  9. void loop() {
  10. }
  11.  
  12. int main() {}
Success #stdin #stdout 0s 3092KB
stdin
Standard input is empty
stdout
Standard output is empty