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-24.cs
blob
647e9cbfd26a530d7854164c777f19fe584d93fc
1
// Tests for special columns handling
2
3
class
C
4
{
5
void
Test_1
()
6
{
7
object
a
=
new object
(),
b
=
new object
();
8
}
9
10
void
Test_2
()
11
{
12
for
(
int
i
=
0
;
i
<=
10
; ++
i
)
{ }
13
}
14
15
public static void
Main
()
16
{
17
}
18
}