repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[build] Fix warning (#4177)
[mono-project.git]
/
mcs
/
tests
/
gtest-431.cs
blob
2f3ee03ac95ec75174288aab82392d7834d2ea1e
1
// Compiler options: -r:gtest-431-lib-1.dll -r:gtest-431-lib-2.dll -noconfig
2
3
using
System
;
4
5
using
Library
;
6
7
class
Program
{
8
9
public static void
Main
()
10
{
11
var
foo
=
new
Foo
();
12
foo
.
Bar
();
13
}
14
}