12 lines · yaml
1## Ensure yaml2obj doesn't error on empty optional mappings, such as Symbols2# RUN: yaml2obj %s -o /dev/null3 4!ELF5FileHeader:6 Class: ELFCLASS647 Data: ELFDATA2LSB8 Type: ET_DYN9## We usually express this as `Symbols: []`, but here we show that the value10## can be omitted.11Symbols:12