mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-07 20:16:05 +00:00
9 lines
85 B
C
9 lines
85 B
C
#include <stdio.h>
|
|
|
|
int
|
|
main()
|
|
{
|
|
printf("Set a breakpoint here.\n");
|
|
return 0;
|
|
}
|