2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-12 05:10:40 +01:00
waf/playground/cpplint/main.cpp
2014-02-08 20:57:46 +01:00

9 lines
80 B
C++

#include "my_include.hpp"
#include <string>
int main()
{
std::string test;
}