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
[interp] Reduce computation under calc_section mutex
[mono-project.git]
/
mcs
/
tests
/
test-715.cs
blob
0a0fd29ee1e69fe3ee5a07e2cc407089d6cac07e
1
// Compiler options: -addmodule:test-715-lib.netmodule
2
3
class
C
4
{
5
public static int
Main
()
6
{
7
// TODO: check applied attributes
8
return
0
;
9
}
10
}