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
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
tests
/
test-debug-12.cs
blob
e9db73ca4bfc194314e9f843d5377999eaf7afa8
1
using
System
.
Diagnostics
;
2
3
class
C
4
{
5
[
DebuggerHidden
]
6
public static void
Main
()
7
{
8
}
9
}