6 lines
85 B
C
6 lines
85 B
C
|
|
void undefined_function();
|
||
|
|
|
||
|
|
static void local_function() {
|
||
|
|
undefined_function();
|
||
|
|
}
|