Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / tests / bug-36848-a.cs
1 using System;
2
3 namespace Application
4 {
5         public interface IMyInterface
6         {
7                 void Run ();
8 #if WITH_STOP
9                 void Stop ();
10 #endif
11         }
12 }