brintos

brintos / llvm-project-archived public Read only

0
0
Text · 501 B · 2fc58bc Raw
13 lines · c
1// RUN: %clang_cc1 -E -verify -fms-compatibility %s2 3#import "pp-record.h" // expected-error {{#import of type library is an unsupported Microsoft feature}}4 5// Test attributes6#import "pp-record.h" no_namespace, auto_rename // expected-error {{#import of type library is an unsupported Microsoft feature}}7 8#import "pp-record.h" no_namespace \9                      auto_rename \10                      auto_search11// expected-error@-3 {{#import of type library is an unsupported Microsoft feature}}12 13