blob: 048bf43d31c2abc6b3397356b7b79140c4b51e48 [file] [edit]
// RUN: %clang_cc1 -emit-llvm-only -triple x86_64-pc-windows-msvc -fms-layout-compatibility=itanium -verify %s
// expected-error@+1 {{Itanium-compatible layout for the Microsoft C++ ABI is not yet supported}}
struct {
int a;
} t1;