Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / test-416-mod.cs
blobd1638861c1d9e0aca198c5777964ed1bd18dd2ad
1 // Compiler options: -t:module
3 namespace n1
5 public class Adder
7 public int Add(int x, int y)
9 return x+y;