modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/20000523-1.c (about)

     1  /* Copyright (C) 2000  Free Software Foundation  */
     2  /* Contributed by Alexandre Oliva <aoliva@cygnus.com> */
     3  
     4  enum { foo = sizeof(void *) };
     5  int i = sizeof(void *);