[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0246-17.cs
blob38b1e64c686bf74c16fcd57193caba0d588e4583
1 // CS0246: The type or namespace name `Foo' could not be found. Are you missing an assembly reference?
2 // Line: 4
4 using Foo;