summaryrefslogtreecommitdiffstats
path: root/test/ARCMT/migrate-on-pch-and-module.m
blob: 5073a6228b626f37833b37de5b6dd574404510ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// RUN: rm -rf %t-mcp
// RUN: %clang_cc1 -objcmt-migrate-subscripting -emit-pch -o %t.pch %s -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -F %S/Inputs -fmodules -fmodules-cache-path=%t-mcp -w
// RUN: %clang_cc1 -objcmt-migrate-subscripting -include-pch %t.pch %s -migrate -o %t.remap -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -F %S/Inputs -fmodules -fmodules-cache-path=%t-mcp
// REQUIRES: x86-registered-target

#ifndef HEADER
#define HEADER

@import Module;

#else

#endif