Files
clang-p2996/lldb/test/API/tools/lldb-vscode/module/main.cpp
Walter Erquinigo 77c9aafc5d Retry ""[lldb-vscode] Fix TestVSCode_module""
Original commit c60216db15.

The test can only run on Darwin because of how it was setup, so I'm
enforcing that.

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
2020-07-13 14:12:03 -07:00

7 lines
98 B
C++

#include "foo.h"
int main(int argc, char const *argv[]) {
foo();
return 0; // breakpoint 1
}