blob: deb80027c5e6c2568bb0bf7258e828afe37a45b9 [file] [log] [blame]
#include <stdio.h>
int main (int argc, char const *argv[], char const *envp[])
{
puts("stop here"); // Set breakpoint here
puts("hello");
puts("Set tid-specific breakpoint here");
return 0;
}