modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr39614-1.c (about)

     1  typedef struct page {
     2   unsigned long flags;
     3  } mem_map_t;
     4  static inline void set_page_zone(struct page *page, unsigned long zone_num)
     5  {
     6   page->flags &= ~(~0UL << (64 - 8));
     7  }