Files
tubestation/tools/clang-tidy/test/clang-analyzer-security.insecureAPI.rand.cpp

5 lines
48 B
C++

#include <stdlib.h>
void test() {
random();
}