forked from qt-creator/qt-creator
8 lines
50 B
C
8 lines
50 B
C
|
|
|
||
|
|
int foo(void);
|
||
|
|
|
||
|
|
int main()
|
||
|
|
{
|
||
|
|
return foo();
|
||
|
|
}
|