summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1525-31.cs
blob: 3876f068e1682f0185aa1e39a9c708ba37815135 (plain)
1
2
3
4
5
6
7
// CS1525: Unexpected symbol `float'
// Line: 6

namespace Bar
{
	float a;
}