forked from OSchip/llvm-project
8 lines
98 B
C++
8 lines
98 B
C++
![]() |
int foo(int a, int b) {
|
||
|
return a + b; // Set breakpoint here
|
||
|
}
|
||
|
|
||
|
int main() {
|
||
|
return foo(1,3);
|
||
|
}
|