2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-11 11:42:14 +00:00
Files
build/test/generators-test/a.cpp
2002-08-16 14:25:22 +00:00

10 lines
72 B
C++

int foo();
int bar();
int main()
{
foo();
bar();
return 0;
}