repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
tests
/
test-222.cs
blob
b6dd1079c41888c2c77b5625fc7ae68ebd301770
1
//
2
// This is just a compilation test
3
//
4
5
using
System
;
6
7
8
class
Class_1
{
9
public
UIntPtr
Valid
() {
10
return new
UIntPtr
(
1
);
11
}
12
}
13
14
public class
MainClass
{
15
16
public static int
Main
()
17
{
18
return
0
;
19
}
20
}
21
22