1 2 3 4 5 6 7 8 9 10 11
//DIAGNOSTIC_TEST(windows):SIMPLE: // Test that use of empty statement after an `if` leads to an warning. struct S {} void test() { if (1+1==2); return; }