2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1525-3.cs
blob87b7414212e366000058e32b3c9e17aa62d00eb8
1 // CS1523: Unexpected symbol `~'
2 // Line: 9
4 class D {
5 static int a = 1;
6 static int b = 2;
7 static int Main ()
9 return (a << 1) ~ (b);