7 lines
65 B
C
7 lines
65 B
C
int TestSymbol(void);
|
|
|
|
int main(void)
|
|
{
|
|
return TestSymbol();
|
|
}
|