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
remove NotWorking
[mcs.git]
/
tests
/
gtest-exmethod-22.cs
blob
4e3e8c0832fa36602eb453a7ce28fc91dbb48068
1
// Compiler options: -noconfig -r:gtest-exmethod-22-lib.dll -r:System.Core.dll
2
3
using
System
;
4
5
public class
Program
6
{
7
public static int
Main
()
8
{
9
1
.
Foo
();
10
return
0
;
11
}
12
}