include-what-you-use/tests/c/elaborated_struct-d1.h

14 lines
379 B
C

//===--- elaborated_struct-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 Struct {
int a;
int b;
};