aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20000523-1.c
blob: eab4a9c42d1b4e90c075e0390c923d533b58c816 (plain)
1
2
3
4
5
/* Copyright (C) 2000  Free Software Foundation  */
/* Contributed by Alexandre Oliva <aoliva@cygnus.com> */

enum { foo = sizeof(void *) };
int i = sizeof(void *);