brintos

brintos / llvm-project-archived public Read only

0
0
Text · 302 B · f88251c Raw
13 lines · plain
1 2// RUN: rm -rf %t3// RUN: %clang_cc1 -Rmodule-include-translation -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s -verify4// expected-no-diagnostics5 6// Note: transitively imports Module.Sub2.7@import Module.Sub;8 9int getValue(void) { 10  return *Module_Sub + *Module_Sub2;11}12 13