summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.il
blob: 287108192b086a5f7f29e0a69e215220560e54f1 (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
// 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 System.Console
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
  .ver 4:0:0:0
}

.assembly extern mscorlib {}
.assembly test {}

.method public static int32 Main()
{
   .entrypoint
 
   ldc.i4 0x40
   call int32 isupper(int32)
   
   call void [System.Console]System.Console::WriteLine(int32)

   ldstr "Test SUCCESS"
   call void [System.Console]System.Console::WriteLine(string)

   ldc.i4 100
   ret
}

.method public static pinvokeimpl("msvcrt.dll" cdecl)
    int32 isupper(int32) cil managed preservesig
{
   .custom instance void [mscorlib]System.Security.SuppressUnmanagedCodeSecurityAttribute::ctor() = (01 00 00 00)
}