Home | History | Annotate | Download | only in Native
      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 
      5 ENUMS:  enum FooClass::NestedEnum {
      6 ENUMS-NEXT:  }
      7