Stxxl
1.4.0
|
00001 /*************************************************************************** 00002 * common/test_globals.cpp 00003 * 00004 * Part of the STXXL. See http://stxxl.sourceforge.net 00005 * 00006 * Copyright (C) 2011 Andreas Beckmann <beckmann@cs.uni-frankfurt.de> 00007 * 00008 * Distributed under the Boost Software License, Version 1.0. 00009 * (See accompanying file LICENSE_1_0.txt or copy at 00010 * http://www.boost.org/LICENSE_1_0.txt) 00011 **************************************************************************/ 00012 00013 #include <stxxl/vector> 00014 00015 stxxl::vector<int> global_vector; 00016 00017 int main() 00018 { 00019 return 0; 00020 }