mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-12 17:46:05 +00:00
10 lines
86 B
C
10 lines
86 B
C
![]() |
#include <stdio.h>
|
||
|
|
||
|
int
|
||
|
main()
|
||
|
{
|
||
|
printf("Set a breakpoint here.\n");
|
||
|
return 0;
|
||
|
}
|
||
|
|