Files
clang-p2996/clang/test/Modules/Inputs/asm-goto/module.modulemap
Bill Wendling 34ca5b3392 Remove stale assert.
This is triggered during serialization. The test is for modules, but
will occur for any serialization effort using asm goto.

Reviewed By: nickdesaulniers, jyknight

Differential Revision: https://reviews.llvm.org/D88195
2020-09-24 13:59:42 -07:00

2 lines
35 B
Plaintext

module a { header "a.h" export * }