Files
typeof/test/odr1.cpp

13 lines
304 B
C++
Raw Permalink Normal View History

// Copyright (C) 2006 Arkadiy Vertleyb
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
2005-09-20 01:32:56 +00:00
#include "odr.hpp"
2005-10-02 00:47:15 +00:00
#include <iostream>
2005-09-20 01:32:56 +00:00
int main()
{
2005-10-02 00:47:15 +00:00
std::cout << "No ODR violation detected" << std::endl;
2005-09-20 01:32:56 +00:00
return 0;
}