aboutsummaryrefslogtreecommitdiff
path: root/tracer/include/test3.hxx
blob: 2ff8af7edd1bff53ea508432fc6d3d44befc6c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : tracer/include/test3.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#ifndef TEST3_HXX
#define TEST3_HXX

// Test preference of longer (more qualified) paths.
//
#include "objs2.hxx"
#include "objs3.hxx"

#endif // TEST3_HXX