• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Test that the native PDB reader can enumerate the enum types.
2; RUN: llvm-pdbutil pretty -native -enums %p/../Inputs/every-type.pdb \
3; RUN:   | FileCheck -check-prefix=ENUMS %s
4
5ENUMS:  enum FooClass::NestedEnum {
6ENUMS-NEXT:  }
7