Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Preprocessor / microsoft-import.c
blob2fc58bcfe278d11385706ea72ff18ae7391b9055
1 // RUN: %clang_cc1 -E -verify -fms-compatibility %s
3 #import "pp-record.h" // expected-error {{#import of type library is an unsupported Microsoft feature}}
5 // Test attributes
6 #import "pp-record.h" no_namespace, auto_rename // expected-error {{#import of type library is an unsupported Microsoft feature}}
8 #import "pp-record.h" no_namespace \
9 auto_rename \
10 auto_search
11 // expected-error@-3 {{#import of type library is an unsupported Microsoft feature}}