7 lines
61 B
C
7 lines
61 B
C
extern void *g(void);
|
|
|
|
int main(void) {
|
|
g();
|
|
return 0;
|
|
}
|