Jim Ingham 7581337382 Fix a tiny thinko in this test and re-add.
target.IsValid() not target...

llvm-svn: 322328
2018-01-11 23:31:29 +00:00

10 lines
86 B
C

#include <stdio.h>
int
main()
{
printf("Set a breakpoint here.\n");
return 0;
}