summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/variant/a.cpp
blob: e6abcf9c0287edd0268e98d06c4a6832dea70584 (plain)
1
2
3
4
5
6
7
// Copyright Vladimir Prus 2004.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.txt
// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)

void l();
int main() { l(); return 0; }