2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Add new example.

[SVN r21665]
This commit is contained in:
Vladimir Prus
2004-01-13 09:57:55 +00:00
parent 9e5bdd213d
commit 5ff4bd0451
6 changed files with 35 additions and 0 deletions

3
v2/example/variant/a.cpp Normal file
View File

@@ -0,0 +1,3 @@
void l();
int main() { l(); return 0; }