Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2004-08-05 21:23:24 +0400
committerMartin Baulig <martin@novell.com>2004-08-05 21:23:24 +0400
commit9e311eed701b525c8d41c073bfd21b06468174b7 (patch)
tree9124f03092ba962a776da5df5c0d824408615292 /mcs/tests/test-154.cs
parentaad7dd045e7c5afe88c2e69165abcc472f9e8674 (diff)
2004-08-05 Martin Baulig <martin@ximian.com>
* test-154.cs: Added test case for #59429. svn path=/trunk/mcs/; revision=31947
Diffstat (limited to 'mcs/tests/test-154.cs')
-rw-r--r--mcs/tests/test-154.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/tests/test-154.cs b/mcs/tests/test-154.cs
index 5dcb465512a..5a2ea0e0c79 100644
--- a/mcs/tests/test-154.cs
+++ b/mcs/tests/test-154.cs
@@ -571,4 +571,14 @@ public class X
k_0:
;
}
+
+ //
+ // Bug 59429
+ //
+ public static int test38 ()
+ {
+ return 0;
+ foo:
+ ;
+ }
}