Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

39 lines
621 B
Plaintext

//
// Test to make sure comments are being handled properly
//
// Author(s):
// Jackson Harper (jackson@ximian.com)
//
// (C) 2003 Ximian, Inc (http://www.ximian.com)
//
.assembly extern mscorlib { }
.assembly 'test-comment-a' { }
.class public T {
.method public static int32 Main ()
{
.entrypoint
ldc.i4.0
// ldc.i4.1
/**/
/* ldc.i4.1 */
/*
ldc.i4.1
*/
/*
//
*/
ret
}
}