I tracked down a bug in one of the tests for our code generator today. It’s a great example of why not to use variadic functions (also known as varargs functions) if you can possibly avoid it, and if you do use them, make sure you are very careful, and