mirror of
https://github.com/boostorg/build.git
synced 2026-01-26 06:22:26 +00:00
8 lines
41 B
C++
8 lines
41 B
C++
|
|
void foo();
|
|
|
|
int main()
|
|
{
|
|
foo();
|
|
}
|