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
[Wasm] Fix memory override in mono_wasm_add_assembly
[mono-project.git]
/
mcs
/
tests
/
gtest-iter-17.cs
blob
07acbbdb10ec349c4dbb765b99e237fa7dbdd61a
1
using
System
;
2
using
System
.
Collections
.
Generic
;
3
4
public class
Test
5
{
6
public
IEnumerable
<
int
>
TestMethod
()
7
{
8
try
{
9
10
}
catch
(
Exception ex
) {
11
throw
;
12
}
13
yield break
;
14
}
15
16
public static void
Main
()
17
{
18
}
19
}