fork download
  1. struct Engine
  2. {};
  3.  
  4. struct Car : private Engine
  5. {};
  6.  
  7. int main()
  8. {}
Success #stdin #stdout 0.01s 2676KB
stdin
Standard input is empty
stdout
Standard output is empty