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

void test() {
  setuid(1);
}