forked from mirrors/gecko-dev
Reformatting this directory can break some of the tests here. Differential Revision: https://phabricator.services.mozilla.com/D13518
4 lines
48 B
C++
4 lines
48 B
C++
#include <stdlib.h>
|
|
void test() {
|
|
random();
|
|
}
|