summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/clang-analyzer-security.insecureAPI.mktemp.cpp
blob: 8bb511a7d732815312f53442abbb7e09d227c486 (plain)
1
2
3
4
5
#include "structures.h"

void test() {
  char *x = mktemp("/tmp/zxcv");
}