llvm-for-llvmta/tools/clang/test/Modules/include-own-headers.m
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

5 lines
255 B
Objective-C

// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fmodule-name=Module -fimplicit-module-maps -fmodules-cache-path=%t -Werror=non-modular-include-in-framework-module -F%S/Inputs -I%S -fsyntax-only %s
#include "Module/Module.h"
#include "Inputs/non-module.h"