summaryrefslogtreecommitdiff
path: root/prototype/fw/src/main.c
blob: a6b265bfebbb2397e3b965e7ebde3eb190fc02b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <global.h>

int main(void) {
    while (23) {
    }
}

void __libc_init_array (void) __attribute__((weak));
void __libc_init_array ()
{
}