blob: 88acb76bb2f8cbe24db81c9ab1c38eb4b37f73c7 [file] [log] [blame]
#include <stdio.h>
#include <math.h>
#ifndef VERSION
#define VERSION 1
#endif
foo ()
{
mprintf ("Hi, I am in foo, version %d.\n", VERSION); /* ERROR: mprintf() does not exist. */
baz ();
}