blob: b58e67927648f83b6612a96861812acb95ef36dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// file : common/include/test3.hxx
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST3_HXX
#define TEST3_HXX
// Test preference of <> over "".
//
#include "objs2.hxx"
#include "objs4.hxx"
#endif // TEST3_HXX
|