fork download
  1. class Cow {};
  2.  
  3. int main()
  4. {
  5. Cow Cow;
  6. class Cow AnotherCow = Cow;
  7. class Cow IThinkItsTheSameOne;
  8. }
  9.  
Success #stdin #stdout 0.01s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty