Make the "entrypoint" be a special OP_ENTRY instruction instead of
[smatch.git] / validation / varargs1.c
blob6ae66be991d82d405618c982ef6681afb625bf87
1 extern int foo (const char *, ...);
2 void error(const char err[])
4 foo("%s\n",err);