blob: b190b322aa4c435d2418d493f862f7e79c97b117 (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 2007 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
import generate ;
import gen ;
generate a2 : a.cpp : <generating-rule>@gen.generate-example ;
|