fune/tools/clang-tidy/test/clang-analyzer-security.insecureAPI.UncheckedReturn.cpp
2018-11-30 06:36:07 -05:00

5 lines
54 B
C++

#include "structures.h"
void test() {
setuid(1);
}