Files
linux-packaging-mono/mcs/tests/test-668.cs

13 lines
112 B
C#
Raw Normal View History

#if!FOO
# if! BAR
class Bar { };
# endif
#endif
class Test {
public static void Main ()
{
new Bar ();
}
}