blob: 807a7a8cc6c7a37fd8bf996aed929a73d0f9425c [file] [log] [blame]
void OneFunc();
void TwoFunc();
int main()
{
OneFunc();
TwoFunc();
return 0;
}