boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

040-ifdef-active-typedef-fnmacro.c (90B)


      1 #define CCSCM 1
      2 #ifdef CCSCM
      3 typedef char *T;
      4 #define M(x) (x)
      5 #endif
      6 
      7 T a;
      8 int x = M(0);