blob: 752e4e129d29c6e127aece6b27768b681bb5c0d8 [file] [log] [blame]
// RUN: rm -rf %t.cache
// RUN: %clang_cc1 %s -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t.cache -I%S/Inputs/class-extension -verify
// expected-no-diagnostics
#import "a-private.h"
int foo(A *X) {
return X.p0 + X.p1;
}