xref: /386bsd/usr/src/lib/libg++/libg++/xyzzy.cc (revision a2142627)
1 #ifndef NO_GNULIB3
2 // from tiemann
3 
4 /* Needed, in case there are no other objects which
5    need static initialization and cleanup.  */
6 struct __xyzzy__
7 {
__xyzzy____xyzzy__8   __xyzzy__ () {}
~__xyzzy____xyzzy__9   ~__xyzzy__ () {}
10 } __1xyzzy__;
11 
12 #endif
13