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
140 B
C++
7 lines
No EOL
140 B
C++
#include "structures.h"
|
|
|
|
extern const std::string& constReference();
|
|
|
|
void foo() {
|
|
const std::string UnnecessaryCopy = constReference();
|
|
} |