linuxdebug/arch/mips/boot/compressed/dummy.c

5 lines
30 B
C
Raw Normal View History

2024-07-16 15:50:57 +02:00
int main(void)
{
return 0;
}