summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.cpp
blob: 5653471c1530778c7cdd8ff380035d779897e976 (plain) (blame)
1
2
3
4
5
#include <stdio.h>
int main ()
{
  puts ("I am the second program."); // Set breakpoint 2 here
}