mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-12 05:10:40 +01:00
9 lines
80 B
C++
9 lines
80 B
C++
#include "my_include.hpp"
|
|
|
|
#include <string>
|
|
|
|
int main()
|
|
{
|
|
std::string test;
|
|
}
|