fune/tools/clang-tidy/test/clang-analyzer-security.insecureAPI.rand.cpp
2018-11-30 06:36:07 -05:00

4 lines
48 B
C++

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