summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/net48.C
blob: e5b8393d6bf4796d0cc3f3bed841631dfbc26482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Build don't link:
// excess errors test - XFAIL *-linux-gnu

char *a="aê";

class A
{
public:
	A()
	{
		char *b="aê";
	}
};

char *c="aê";