summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/clang-analyzer-security.insecureAPI.rand.cpp
blob: 2274127c500a35d179558ff4a735b22d0e2634cb (plain)
1
2
3
4
#include <stdlib.h>
void test() {
  random();
}