namespace ConsoleAppPerformanceTest236 { class Program { static void Main(string[] args) { Test.DoIt(); int x = 0; } } }