[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / ObjectYAML / wasm / producers_section_repeat.yaml
blob6b040866e0598700336376e2c92f701e136062e2
1 # RUN: yaml2obj %s | not obj2yaml 2>&1 | FileCheck %s
2 --- !WASM
3 FileHeader:
4   Version:         0x00000001
5 Sections:
6   - Type:            CUSTOM
7     Name:            producers
8     Languages:
9       - Name:        C++
10         Version:     C++11
11       - Name:        C++
12         Version:     C++17
13 ...
14 # CHECK: producers section contains repeated producer