aboutsummaryrefslogtreecommitdiff
path: root/prog/src/main.c
blob: 8bcdfe22fa33e3ce32d4acf70ea77efd92365dc2 (plain)
1
2
3
4
5
6
7
8

extern void test_prog(void);

int main(void) {
  test_prog();
  while (1) {
  }
}