mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-15 22:00:47 +08:00
10 lines
92 B
C
10 lines
92 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
while(1)
|
|
{
|
|
printf("TEST\n");
|
|
}
|
|
return 0;
|
|
}
|