blob: e014bead73b24638acddc62f7eb602291e35a6a5 [file] [log] [blame]
// RUN: rm -rf %t
// RUN: %clang_cc1 -Wauto-import -fmodule-cache-path %t -fmodules -F %S/Inputs %s -verify
// Note: transitively imports Module.Sub2.
@__experimental_modules_import Module.Sub;
int getValue() {
return *Module_Sub + *Module_Sub2;
}