prog.cpp 83 B

12345678
  1. #include<windows.h>
  2. class Foo;
  3. int main(int argc, char **argv) {
  4. return 0;
  5. }