stddef.m 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 @import StdDef.Other; size_t getSize(); // RUN: rm -rf %t // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/StdDef %s -verify // expected-no-diagnostics