Source code

Revision control

Copy as Markdown

Other Tools

#include "structures.h"
void foo() {
std::string a;
if (a.size())
return;
}