[interp] Remove unreachable code (#12411)
[mono-project.git] / mono / tests / decimal.cs
blobbe1fa30e5f39014a2e225e0ef28b8eb0389dd138
1 using System;
3 class Class1
5 static void Main(string[] args)
7 Class1 o = new Class1();
8 try {
10 finally {
11 // this allocates space on the stack and
12 // thus modifies the stack pointer
13 decimal x = 7.7m;