summaryrefslogtreecommitdiff
path: root/test/VFS/framework-import.m
blob: 231a3884bb9ec93615fa45c33d8f3fed7414b7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: sed -e "s@INPUT_DIR@%/S/Inputs@g" -e "s@OUT_DIR@%/t@g" %S/Inputs/vfsoverlay.yaml > %t.yaml
// RUN: %clang_cc1 -Werror -F %t -ivfsoverlay %t.yaml -fsyntax-only %s

// FIXME: PR43272
// XFAIL: system-windows

#import <SomeFramework/public_header.h>

void foo() {
  from_framework();
}