#include int main () { int x = 5; $run{ x++; } x++; $assert(x == 7); }