fork download
  1. #include <iostream>
  2. class test
  3. {
  4. static char a[];
  5. static int b[];
  6. };
  7. int main()
  8. {
  9. test t;
  10. }
Success #stdin #stdout 0s 3452KB
stdin
Standard input is empty
stdout
Standard output is empty