mirror of
https://github.com/boostorg/build.git
synced 2026-02-11 11:42:14 +00:00
10 lines
72 B
C++
10 lines
72 B
C++
|
|
int foo();
|
|
int bar();
|
|
|
|
int main()
|
|
{
|
|
foo();
|
|
bar();
|
|
return 0;
|
|
} |