13 lines
112 B
C#
13 lines
112 B
C#
|
#if!FOO
|
||
|
# if! BAR
|
||
|
class Bar { };
|
||
|
# endif
|
||
|
#endif
|
||
|
|
||
|
class Test {
|
||
|
public static void Main ()
|
||
|
{
|
||
|
new Bar ();
|
||
|
}
|
||
|
}
|