fork download
  1. struct Undefined;
  2. template <typename T>
  3. void TemplateFunction()
  4. {
  5. Undefined obj;
  6. }
  7.  
  8. int main()
  9. {
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty