7 lines
85 B
C++
7 lines
85 B
C++
#include "structures.h"
|
|
|
|
void foo() {
|
|
std::string a;
|
|
if (a.size())
|
|
return;
|
|
}
|