diff options
Diffstat (limited to 'lldb/test/functionalities/breakpoint/breakpoint_options/main.cpp')
| -rw-r--r-- | lldb/test/functionalities/breakpoint/breakpoint_options/main.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/test/functionalities/breakpoint/breakpoint_options/main.cpp b/lldb/test/functionalities/breakpoint/breakpoint_options/main.cpp new file mode 100644 index 00000000000..363b90003d7 --- /dev/null +++ b/lldb/test/functionalities/breakpoint/breakpoint_options/main.cpp @@ -0,0 +1,8 @@ +// Set break point at this line. + +extern "C" int foo(void); +int +main (int argc, char **argv) +{ + return foo(); +} |

