forked from mirrors/gecko-dev
Reformatting this directory can break some of the tests here. Differential Revision: https://phabricator.services.mozilla.com/D13518
5 lines
54 B
C++
5 lines
54 B
C++
#include "structures.h"
|
|
|
|
void test() {
|
|
setuid(1);
|
|
}
|