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.
13 lines
501 B
13 lines
501 B
// RUN: %clang_cc1 -E -verify -fms-compatibility %s
|
|
|
|
#import "pp-record.h" // expected-error {{#import of type library is an unsupported Microsoft feature}}
|
|
|
|
// Test attributes
|
|
#import "pp-record.h" no_namespace, auto_rename // expected-error {{#import of type library is an unsupported Microsoft feature}}
|
|
|
|
#import "pp-record.h" no_namespace \
|
|
auto_rename \
|
|
auto_search
|
|
// expected-error@-3 {{#import of type library is an unsupported Microsoft feature}}
|
|
|