2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0029-3.cs
blob9c709627e28c93d3896806853150b228a271810f
1 // CS0029: Cannot implicitly convert type `bool' to `int'
2 // Line : 7
4 class T {
5 static int Main ()
7 int a = default(bool);