1// Copyright (C) 2006 Arkadiy Vertleyb
2// Use, modification and distribution is subject to the Boost Software
3// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
4
5#include "odr.hpp"
6#include <iostream>
7
8int main()
9{
10 std::cout << "No ODR violation detected" << std::endl;
11 return 0;
12}
13

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