xref: /openbsd-src/regress/libexec/ld.so/constructor/libab/ab.h (revision 59f68d03d92a6031d60f0b75167717036a90a34d)
1 /*
2  * Public Domain 2003 Dale Rahn
3  *
4  * $OpenBSD: ab.h,v 1.2 2017/08/07 16:33:52 bluhm Exp $
5  */
6 
7 class BB {
8 public:
9         BB(const char *);
10 };
11 
12