summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/main.c
blob: faa6dd58ecd62b873e2c279b3aa0b1730b719aaf (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main (int argc, char const *argv[], char const *envp[])
{
    puts("stop here"); // Set breakpoint here
    return 0;
}
OpenPOWER on IntegriCloud