dlr bug
[mcs.git] / tests / test-277.cs
blob75d9047b48dec6aca05658f3bbcabdb78cd33261
1 // test for bug #56774
3 class T {
4 static int Main () {
5 return X (1);
8 static int X (byte x) {
9 return 0;
11 static int X (short x) {
12 return 1;