[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`
[mono.git] / mcs / errors / cs1525-30.cs
1 // CS1525: Unexpected symbol `Foo'
2 // Line: 4
3
4 Foo
5         tag = 0;
6 Bar
7         tag = 1;