2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / 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;