aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/stddef.m
blob: 83f73f9d33ab59e8a55ff7623c4e503225ae438c (plain) (blame)
1
2
3
4
5
6
7
@import StdDef.Other;

size_t getSize();

// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I %S/Inputs/StdDef %s -verify
// expected-no-diagnostics