ref: 38237dc6cf5af3058d4935300d75410f68cf1810
dir: /tests/execute/0100-redeclaremacro.c/
#define NULL ((void*)0)
#define NULL ((void*)0)
#define FOO(X, Y) (X + Y + Z)
#define FOO(X, Y) (X + Y + Z)
#define BAR(X, Y, ...) (X + Y + Z)
#define BAR(X, Y, ...) (X + Y + Z)
int
main()
{
return 0;
}