summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.il
blob: 87836ff95bff92fd2a2f84e428f021e6da7c15cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

.assembly extern legacy library mscorlib {}
.assembly extern System.Console
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
  .ver 4:0:0:0
}
.assembly test1 {}
.class public test1
{
  .method public  static void f1() 
  {
    .maxstack  1
    .try
    {
      leave.s    IL_0005
    }
    catch [mscorlib]System.Object 
    {
      leave.s    IL_0005
    }
    IL_0005: ret
  } 
  .method public  static int32 Main()
  {
    .entrypoint
    .maxstack  20
    IL_0002:  call       void test1::f1()
    		ldc.i4 100
    IL_009b:  ret
  }
}