fork download
  1. PS C:\users\bion\Desktop> type test.cpp
  2. int main()
  3. {
  4. {
  5. }
  6. PS C:\users\bion\Desktop> cl /EHsc /W4 /c test.cpp
  7. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.30723 for x64
  8. Copyright (C) Microsoft Corporation. All rights reserved.
  9.  
  10. test.cpp
  11. test.cpp(5) : fatal error C1075: end of file found before the left brace '{' at 'test.cpp(2)' was matched
  12. PS C:\users\bion\Desktop>
  13.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty