blob: 6aaf47c3a3f5870589f38a49332d630420dbcfff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// file : common/include/test3.hxx
// copyright : Copyright (c) 2009-2012 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
|