summaryrefslogtreecommitdiffstats
path: root/tests/cxx/no_forced_alias_callability-d1.h
blob: 895a73f966fe515e36dc1266dcce0e7ad2792f1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//===--- no_forced_alias_callability-d1.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 ReturnType;

struct Aliased {
  ReturnType doSomething();
};