Original commit c60216db15132401ff60c08ccef899321f63b6b6. 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:
7 lines
98 B
C++
7 lines
98 B
C++
#include "foo.h"
|
|
|
|
int main(int argc, char const *argv[]) {
|
|
foo();
|
|
return 0; // breakpoint 1
|
|
}
|