mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
9 lines
73 B
C
9 lines
73 B
C
void test(void) {
|
|
}
|
|
|
|
int main() {
|
|
void (*f)(void) = test;
|
|
|
|
return 0;
|
|
}
|