Files
linux-packaging-mono/mcs/errors/cs1517-2.cs

8 lines
90 B
C#
Raw Normal View History

// CS1517: Invalid preprocessor directive
// Line: 5
#if false
#if TEST ==
#endif
#endif