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

void test() {
  mkstemp("XX");
}