rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20000523-1.c

6 lines
165 B
C

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