mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-01 00:38:50 +02:00
7 lines
85 B
C++
7 lines
85 B
C++
#include "structures.h"
|
|
|
|
void foo() {
|
|
std::string a;
|
|
if (a.size())
|
|
return;
|
|
}
|