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

     1  foo (p)
     2       short *p;
     3  {
     4    static int *foo;
     5    *p = 1234;
     6    *foo = 1234;
     7  }