8 lines
66 B
C
8 lines
66 B
C
|
int main()
|
||
|
{
|
||
|
extern void crash(void);
|
||
|
|
||
|
crash();
|
||
|
return 0;
|
||
|
}
|