196c8e2e8SEgor Zhdan // RUN: rm -rf %t && mkdir -p %t 2*7c1d9b15SFangrui Song // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModulesCache -fdisable-module-hash -fapinotes-modules -I %S/Inputs/Headers %s -ast-dump -ast-dump-filter globalInt -x c | FileCheck %s 396c8e2e8SEgor Zhdan 496c8e2e8SEgor Zhdan #include "ExportAs.h" 596c8e2e8SEgor Zhdan 696c8e2e8SEgor Zhdan // CHECK: Dumping globalInt: 796c8e2e8SEgor Zhdan // CHECK: VarDecl {{.+}} imported in ExportAsCore globalInt 'int' 896c8e2e8SEgor Zhdan // CHECK: UnavailableAttr {{.+}} <<invalid sloc>> "oh no" 9