llvm/clang/tools/scan-build-py/tests/functional/src/broken-one.c

#include <notexisting.hpp>

int value(int in)
{
    return 2 * in;
}