6 lines
60 B
C
6 lines
60 B
C
#include "Two.h"
|
|
|
|
void two() {
|
|
int i = 0; // break here
|
|
}
|
#include "Two.h"
|
|
|
|
void two() {
|
|
int i = 0; // break here
|
|
}
|