blob: f3e374caae58b5acda5a85419e63771c5b87bd0d [file] [log] [blame]
#include "plist-macros-ctu.h"
#define M *X = (int *)0
void F1(int **X) {
M;
}
#undef M
#define M *Y = (int *)0
void F2(int **Y) {
M;
}
#define M1 *Z = (int *)0
void F3(int **Z) {
M1;
}