* Makefile.in: Rebuilt.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20001024-1.c
blob59208cde10740df37465665f61092ab61f66e2c5
1 /* Copyright (C) 2000 Free Software Foundation */
2 /* Contributed by Nathan Sidwell <nathan@codesourcery.com> */
4 typedef __SIZE_TYPE__ size_t;
6 extern void *memset(void *, int, size_t);
8 struct Baz;
10 void quux(struct Baz *context)
12 memset(context, 0, 4);