using System; namespace Tests { class Loops { [Test] public static void TestBasics() { while (false) { } } } }