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

void test() {
  vfork();
}