summaryrefslogtreecommitdiffstats
path: root/tests/cxx/no_forced_alias_callability-d2.h
blob: 7be9a1b128c43de871acf3d6aa47ad348fa8d78e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//===--- no_forced_alias_callability-d2.h - test input file for iwyu ------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

struct Aliased;

typedef Aliased Alias;

/**** IWYU_SUMMARY

(tests/cxx/no_forced_alias_callability-d2.h has correct #includes/fwd-decls)

***** IWYU_SUMMARY */