Common Intermediate Language
1 program
Added 2025-10-29T11:51:00Z
Model: google/gemini-2.5-proTemp: 0.4
Evidence
Report issue
View issues
Aliases: CIL, MSIL
Provenance: commit 5b701b8740 · authored 2025-10-29T12:51:00+01:00 · model google/gemini-2.5-pro
Sources mentioning this language
5 sources · pl_id:
pl/cilExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.cil | linguist | primary | 77.0K files |
Related languages
LLM-contributed programs
Struct ABI Runner Test
Provenance: commit 5b701b8740 · authored 2025-10-29T12:51:00+01:00 · model google/gemini-2.5-pro · Temp 0.4
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.assembly extern System.Runtime
{
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:2:0:0
}
.assembly extern System.Console
{
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:1:0:0
}
.assembly extern mscorlib {}
.assembly StructABIRunner {}
// Verification of this test is not expected to pass.
.verifications 0
.class public auto ansi beforefieldinit StructABI extends [System.Runtime]System.Object
{
.method public hidebysig static int32 Main() cil managed
{
.entrypoint
.maxstack 2
.locals init (int32 V_0)
ldc.i4.s 100
stloc.0
call int32 StructABIClient::Test()
ldloc.0
add
stloc.0
ldloc.0
ret
} // end of method StructABI::Main
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
.maxstack 8
ldarg.0
call instance void [System.Runtime]System.Object::.ctor()
ret
} // end of method StructABI::.ctor
} // end of class StructABI
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)