Bug 1879449 [wpt PR 44489] - [wptrunner] Add `infrastructure/expected-fail/` test...
[gecko.git] / tools / clang-tidy / test / clang-analyzer-security.insecureAPI.rand.cpp
blob2274127c500a35d179558ff4a735b22d0e2634cb
1 #include <stdlib.h>
2 void test() {
3 random();