forked from mirrors/gecko-dev
Reformatting this directory can break some of the tests here. Differential Revision: https://phabricator.services.mozilla.com/D13518
7 lines
No EOL
84 B
C++
7 lines
No EOL
84 B
C++
#include "structures.h"
|
|
|
|
void foo() {
|
|
std::string a;
|
|
if (a.size())
|
|
return;
|
|
} |