mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Added future generators test -- not automated now.
[SVN r14926]
This commit is contained in:
10
test/generators-test/a.cpp
Normal file
10
test/generators-test/a.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
int foo();
|
||||
int bar();
|
||||
|
||||
int main()
|
||||
{
|
||||
foo();
|
||||
bar();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user