@@ -1,8 +1,16 @@
#include "pip.h"
#include "picodeparser.h"
#define PIMETA(...)
struct S {
int i PIMETA(a="123",j=5);
};
int main(int argc, char *argv[]) {
//S s;
//s.i;
PICodeParser cp;
cp.parseFile("cp.h");
return 0;
The note is not visible to the blocked user.