Merge pull request #4926 from BrzVlad/fix-tls-v5
[mono-project.git] / mcs / errors / cs0165-19.cs
blob3a9e7ef04a72314e1ef04401c6a5f031a27d3038
1 // CS0165: Use of unassigned local variable `s'
2 // Line: 10
3 // Compiler options: -r:CS0165-19-lib.dll
5 class Program
7 static void Main ()
9 S s;
10 s.Test ();