summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/constructor/prog2/prog2.C
blob: 5d96a63d86526f461b5ff9ee4b737ad97952bf69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Public Domain 2003 Dale Rahn
 *
 * $OpenBSD: prog2.C,v 1.1 2003/02/01 19:56:17 drahn Exp $
 */
#include "iostream.h"
#include "ab.h"
BB BBmain("main");

int a;
int
main()
{
	cout << "main\n";
	return 0;
}