[lang-ref] ( state_no_operation ) ( swift )
@Test func stateNoOperation() {
// ; (?)
// Note: In Swift, control-flow statements (`if`, `for`, etc.) always use braces,
// so there’s rarely a situation where you need to explicitly write “do nothing”.
}