About
Contact
QtCreator
KDevelop
Solarized
1
#include
<
string>
2
3
void
asd
(std::string
i
) {
4
}
5
6
int
main
(
void
)
7
{
8
asd
(
"22"
);
9
10
return
0
;
11
}
12