modernc.org/cc@v1.0.1/testdata/gcc-6.3.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  }