summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/expression/top-level/main.cpp
blob: f9b2dd4c6d9d14aca3cf18a1e45129b82e49e0c3 (plain)
1
2
3
4
5
6
7
8
9
#include <stdio.h>

extern int doTest();

int main()
{
    printf("%d\n", doTest()); // Set breakpoint here   
    return 0;
}
OpenPOWER on IntegriCloud