main.cpp 80 B

12345678
  1. #include "my_include.hpp"
  2. #include <string>
  3. int main()
  4. {
  5. std::string test;
  6. }