| 1 | @import myModule; |
|---|---|
| 2 | @import minmax; |
| 3 | |
| 4 | int main(int argc, char **argv) { |
| 5 | public_func(); // Set breakpoint 0 here. |
| 6 | return 0; |
| 7 | } |
| 8 |
| 1 | @import myModule; |
|---|---|
| 2 | @import minmax; |
| 3 | |
| 4 | int main(int argc, char **argv) { |
| 5 | public_func(); // Set breakpoint 0 here. |
| 6 | return 0; |
| 7 | } |
| 8 |