include-what-you-use/tests/cxx/enums-i2.h

16 lines
544 B
C

//===--- enums-i2.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.
//
//===----------------------------------------------------------------------===//
#ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_ENUMS_I2_H_
#define INCLUDE_WHAT_YOU_USE_TESTS_CXX_ENUMS_I2_H_
enum class IndirectEnum2 : int { A, B, C };
#endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_ENUMS_I2_H_