
int x;

/*
 * Look, here's a very important comment.
 */

int y;

#define FRED (x+y)

#define square(v) ((v)*(v))
