6 lines
98 B
C++
6 lines
98 B
C++
#include "foo.h"
|
|
|
|
int main(int argc, char const *argv[]) {
|
|
foo();
|
|
return 0; // breakpoint 1
|
|
}
|