mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 12:35:47 -04:00
8 lines
108 B
C
8 lines
108 B
C
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("This is a dummy\n"); // Set breakpoint here
|
|
return 0;
|
|
}
|