1 ; Test that the native PDB reader gets the PDB summary correct. 2 ; RUN: llvm-pdbutil pretty -native -color-output=false %p/../Inputs/empty.pdb \ 3 ; RUN: | FileCheck -check-prefix=EMPTY %s 4 5 ; Reference output was generated with the DIA reader to ensure that the 6 ; `-native` option produces identical output. 7 8 ; EMPTY: Size: 102400 bytes 9 ; EMPTY: Guid: {0B355641-86A0-A249-896F-9988FAE52FF0} 10 ; EMPTY: Age: 1 11 ; EMPTY: Attributes: HasPrivateSymbols 12