lib_bundle.cpp 74 B

123456
  1. #include <iostream>
  2. void foo()
  3. {
  4. std::cout << "foobar" << std::endl;
  5. }