blob: 2ce00f7eadd4eff71a24bf0cd616ede40da56ce1 [file] [log] [blame]
// RUN: rm -rf %t.cache
// RUN: %clang_cc1 -fmodules %s -fmodules-cache-path=%t.cache \
// RUN: -fsyntax-only -I %S/Inputs/incomplete-type -verify
// expected-no-diagnostics
#import "C.h"
#import "A.h"
void foo __P(());