1// Copyright (C) 2006 Arkadiy Vertleyb
2// Copyright (C) 2006 Peder Holt
3// Use, modification and distribution is subject to the Boost Software
4// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
5
6#include "odr_no_uns1.hpp"
7#include "odr_no_uns2.hpp"
8
9void odr_no_uns1()
10{
11 odr_test_1 t1;
12 odr_test_2 t2;
13 BOOST_AUTO(v1, t1);
14 BOOST_AUTO(v2, t2);
15}
16
17int main()
18{
19 return 0;
20}
21

source code of boost/libs/typeof/test/odr_no_uns1.cpp