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
[tuner] handle the case with multiple "preserve" attributes
[mono-project.git]
/
mcs
/
tests
/
test-896.cs
blob
4336bf731417b9503ded027cf1536874525cfd8e
1
using
System
;
2
3
class
Program
4
{
5
public static void
Main
()
6
{
7
goto
L1
;
8
int
z
;
9
L1
:
10
z
=
3
;
11
Console
.
WriteLine
(
z
);
12
}
13
}