fork download
  1. struct S {};
  2. template<typename T> struct S{};
  3.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:2:33: error: 'S' is not a template type
     template<typename T> struct S{};
                                 ^
stdout
Standard output is empty