// Licensed to the .NET Foundation under one or more agreements.// The .NET Foundation licenses this file to you under the MIT license.publicclassProgram{publicstaticulong[,]s_1;publicstaticintMain(){// This should not assert.try{ushortvr10=default(ushort);boolvr11=0<((s_1[0,0]*(uint)(0/vr10))%1);}catch{}return100;}}