aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/expression_command/top-level/dummy.cpp
blob: 31204b21d972a25eb49fa7af9c025743f97deb31 (plain) (blame)
1
2
3
4
5
6
7
#include <stdio.h>

int main()
{
    printf("This is a dummy\n"); // Set breakpoint here   
    return 0;
}