1570af302Sopenharmony_ci#include <cpio.h> 2570af302Sopenharmony_ci#define C(n) switch(n){case n:;} 3570af302Sopenharmony_cistatic void f(){ 4570af302Sopenharmony_ciC(C_IRUSR) 5570af302Sopenharmony_ciC(C_IWUSR) 6570af302Sopenharmony_ciC(C_IXUSR) 7570af302Sopenharmony_ciC(C_IRGRP) 8570af302Sopenharmony_ciC(C_IWGRP) 9570af302Sopenharmony_ciC(C_IXGRP) 10570af302Sopenharmony_ciC(C_IROTH) 11570af302Sopenharmony_ciC(C_IWOTH) 12570af302Sopenharmony_ciC(C_IXOTH) 13570af302Sopenharmony_ciC(C_ISUID) 14570af302Sopenharmony_ciC(C_ISGID) 15570af302Sopenharmony_ciC(C_ISVTX) 16570af302Sopenharmony_ciC(C_ISDIR) 17570af302Sopenharmony_ciC(C_ISFIFO) 18570af302Sopenharmony_ciC(C_ISREG) 19570af302Sopenharmony_ciC(C_ISBLK) 20570af302Sopenharmony_ciC(C_ISCHR) 21570af302Sopenharmony_ciC(C_ISCTG) 22570af302Sopenharmony_ciC(C_ISLNK) 23570af302Sopenharmony_ciC(C_ISSOCK) 24570af302Sopenharmony_ci{char *s = "" MAGIC;} 25570af302Sopenharmony_ci} 26570af302Sopenharmony_ci 27