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