7 lines
55 B
C
7 lines
55 B
C
void test(void);
|
|
|
|
int main()
|
|
{
|
|
test();
|
|
return 0;
|
|
}
|