blob: 66630d8edb9dfe8c8b9dbf33a4f39af657fc1a39 [file]
int TestSymbol(void);
int main(void)
{
return TestSymbol();
}