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:
authorMarek Safar <marek.safar@gmail.com>2008-10-14 02:33:20 +0400
committerMarek Safar <marek.safar@gmail.com>2008-10-14 02:33:20 +0400
commit22798877f949dc6e52128029d2085d2473788e23 (patch)
treeb782378a02701ca098487e3a90e00a25fd622643 /mcs/tests/test-689.cs
parentf7b6c48d878014f41342451713bfa1c36fd9510b (diff)
Add global alias test.
svn path=/trunk/mcs/; revision=115704
Diffstat (limited to 'mcs/tests/test-689.cs')
-rwxr-xr-xmcs/tests/test-689.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/tests/test-689.cs b/mcs/tests/test-689.cs
index ee94dc8af12..658faa1eb4d 100755
--- a/mcs/tests/test-689.cs
+++ b/mcs/tests/test-689.cs
@@ -17,6 +17,7 @@ public struct Sample
public static void Main ()
{
+ int i = (global::System.Int32)1;
}
}