]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/expression_command/top-level/main.cpp
Vendor import of lldb release_39 branch r276489:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / expression_command / top-level / main.cpp
1 #include <stdio.h>
2
3 extern int doTest();
4
5 int main()
6 {
7     printf("%d\n", doTest()); // Set breakpoint here   
8     return 0;
9 }