repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-12-09 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
gtest-278.cs
blob
2cc85c93122c2a665e612e6e6d2bd53e5a5c9b64
1
// Compiler options: -r:gtest-278-3-lib.dll
2
3
using
System
;
4
5
class
Program
6
{
7
public static int
Main
()
8
{
9
return
B
.
Test
();
10
}
11
}