1570af302Sopenharmony_ci#include <tar.h> 2570af302Sopenharmony_ci#define C(n) switch(n){case n:;} 3570af302Sopenharmony_cistatic void f() 4570af302Sopenharmony_ci{ 5570af302Sopenharmony_ci{char s[] = "" TMAGIC;} 6570af302Sopenharmony_ciC(TMAGLEN) 7570af302Sopenharmony_ci{char s[] = "" TVERSION;} 8570af302Sopenharmony_ciC(TVERSLEN) 9570af302Sopenharmony_ciC(REGTYPE) 10570af302Sopenharmony_ciC(AREGTYPE) 11570af302Sopenharmony_ciC(LNKTYPE) 12570af302Sopenharmony_ciC(SYMTYPE) 13570af302Sopenharmony_ciC(CHRTYPE) 14570af302Sopenharmony_ciC(BLKTYPE) 15570af302Sopenharmony_ciC(DIRTYPE) 16570af302Sopenharmony_ciC(FIFOTYPE) 17570af302Sopenharmony_ciC(CONTTYPE) 18570af302Sopenharmony_ciC(TSUID) 19570af302Sopenharmony_ciC(TSGID) 20570af302Sopenharmony_ci#ifdef _XOPEN_SOURCE 21570af302Sopenharmony_ciC(TSVTX) 22570af302Sopenharmony_ci#endif 23570af302Sopenharmony_ciC(TUREAD) 24570af302Sopenharmony_ciC(TUWRITE) 25570af302Sopenharmony_ciC(TUEXEC) 26570af302Sopenharmony_ciC(TGREAD) 27570af302Sopenharmony_ciC(TGWRITE) 28570af302Sopenharmony_ciC(TGEXEC) 29570af302Sopenharmony_ciC(TOREAD) 30570af302Sopenharmony_ciC(TOWRITE) 31570af302Sopenharmony_ciC(TOEXEC) 32570af302Sopenharmony_ci} 33570af302Sopenharmony_ci 34