8 lines
77 B
C#
Raw Normal View History

// CS1525: Unexpected symbol `float'
// Line: 6
namespace Bar
{
float a;
}