teak-llvm/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/module.modulemap
Adrian Prantl 0304360a40 Add a testcase for Clang modules being updated within one LLDB session.
This actually works as expected, but wasn't explicitly tested before.
2019-11-15 16:27:14 -08:00

5 lines
53 B
Plaintext

module Umbrella {
header "umbrella.h"
export *
}