aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/builtin-import.mm
blob: 2536ac51c42f1bea5debedf143179f5a9de856ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// REQUIRES: system-darwin

// RUN: rm -rf %t
// RUN: %clang -cc1 -fsyntax-only -nostdinc++ -isysroot %S/Inputs/libc-libcxx/sysroot -isystem %S/Inputs/libc-libcxx/sysroot/usr/include/c++/v1 -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x objective-c++ -fmodules-local-submodule-visibility %s

#include <stdio.h>
#include <stddef.h>
#include <cstddef>

typedef ptrdiff_t try1_ptrdiff_t;
typedef my_ptrdiff_t try2_ptrdiff_t;