11 lines
112 B
C#
11 lines
112 B
C#
|
|
||
|
/* foo */
|
||
|
#define FOO
|
||
|
|
||
|
/* bar */ // bar again
|
||
|
#define BAR
|
||
|
|
||
|
public class C
|
||
|
{
|
||
|
public static void Main () {}
|
||
|
}
|