[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Preprocessor / dump_import.m
blob20424ad507bda8bad5da9ac6dd6113b31f28ff67
1 // RUN: %clang_cc1 -E -dI %s -o - | FileCheck %s
2 // CHECK: {{^}}#import "dump_
4 // See also `dump_include.c` which tests other inclusion cases with `-dI`.
6 #import "dump_import.h"