You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
313 B
11 lines
313 B
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -fsyntax-only -std=c++11 -fmodules -fimplicit-module-maps -I%S/Inputs/import-textual/M -fmodules-cache-path=%t -x objective-c++ -fmodules-local-submodule-visibility %s -verify
|
|
|
|
// expected-no-diagnostics
|
|
|
|
#include "A/A.h"
|
|
#include "B/B.h"
|
|
|
|
typedef aint xxx;
|
|
typedef bint yyy;
|