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
Fix LLVM linker flags for 6.0.
[mono-project.git]
/
mcs
/
tests
/
test-656.cs
blob
45c20b625ea3757d5c95973a3cc57d1fb3a33c9a
1
// Compiler options: -r:test-656-lib.dll;
2
3
// Trailing semicolon is part of the test
4
5
class
Goo
6
{
7
public static void
Main
()
8
{
9
string
s
=
new
Foo
() [
"foo"
];
10
}
11
}