7 lines
59 B
C
7 lines
59 B
C
void fun(){}
|
|
|
|
signed main(){
|
|
fun_not_defined();
|
|
fun();
|
|
}
|