1 // RUN: %clang_analyze_cc1 -analyzer-checker=osx,unix,core,optin.taint -w -verify %s
2 // expected-no-diagnostics
4 // Make sure we don't crash when someone redefines a system function we reason about.
16 return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi();