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