1 // { dg-do assemble  }
2 // GROUPS passed miscellaneous-bugs
3 // Should be fixed by:
4 // Sun Jun 13 12:55:22 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
5 //
6 //	* cp-decl.c (grokvardecl): Don't complain about duplicate
7 //	definitions of `extern "C"' declarations (parallelize it with how
8 //	regular `extern' decls are handled).
9 
10 extern "C" double  _MaXdOuB, _MiNdOuB;
11 extern "C" double  _MaXdOuB, _MiNdOuB;	// no error should be emitted for this
12