Home | History | Annotate | Download | only in Modules
      1 @import StdDef.Other;
      2 
      3 size_t getSize();
      4 
      5 // RUN: rm -rf %t
      6 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I %S/Inputs/StdDef %s -verify
      7 // expected-no-diagnostics
      8