Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / gcs0029-3.cs
blob1102d2a6bb05b60dc27c73636dd56246b328e671
1 // CS0029: Cannot implicitly convert type `bool' to `int'
2 // Line : 7
4 class T {
5 static int Main ()
7 int a = default(bool);