mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 19:52:30 +00:00
9 lines
73 B
C
9 lines
73 B
C
void test(void) {
|
|
}
|
|
|
|
int main() {
|
|
void (*f)(void) = test;
|
|
|
|
return 0;
|
|
}
|