aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/target/basic/b.c
blob: 304208ed228876e5780dd2866a19298efd6110fd (plain)
1
2
3
4
int main (int argc, char const *argv[])
{
    return 0; // Set break point at this line.
}