include-what-you-use/tests/internal/private.h

13 lines
378 B
C

//===--- private.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 InternalStruct {
int a;
};