[interp] run regression with all combinations of available optimizations (#17644)
[mono-project.git] / mcs / errors / cs0432-4.cs
bloba02298a4b77d74fe713326178a0e74920f14fc0f
1 // CS0432: Alias `X' not found
2 // Line: 5
4 using X = System;
5 using X::Collections.Generic;