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 ();
}
}