OSDN Git Service

2008-03-16 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20011008-2.c
index 5937bcb..01ff172 100644 (file)
@@ -1,6 +1,9 @@
 /* { dg-do run } */
 /* { dg-options "-O0" } */
 
+extern void abort (void);
+extern void exit (int);
+
 struct { union {int x; int y;}; int q; } b;
 union { struct {int x;}; int q; } e;