(unnamed)

text/plain

Filename: (unnamed)
Type: text/plain
Part: 1
Message: First bug introduced by pgrminclude
#include <stdio.h>
#include <stdlib.h>
#include "/pg/include/c.h"

#define x 1
#define x1 CppAsString2(x)
#define x2 CppAsString2(y)

int
main(int argc, char **argv)
{
	puts(x1);
	puts(x2);
	return 0;
}