]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/main.c
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / plugins / python_os_plugin / main.c
1 #include <stdio.h>
2
3 int main (int argc, char const *argv[], char const *envp[])
4 {
5     puts("stop here"); // Set breakpoint here
6     return 0;
7 }