dlr bug
[mcs.git] / tests / test-545.cs
blob48ad7e3a139e8646e746754eaec4bfc1900948ec
1 //
2 // It is legal to call the this() constructor
3 // on structures.
4 //
6 struct Dingus {
7 public Dingus (int a) : this ()
13 class X {
14 static void Main () {}