1 #include "Two.h"
2 
two()3 void two() {
4   int i = 0; // break here
5 }
6