Sign in
◑
Theme
llvm
/
llvm-project
/
refs/heads/users/cdevadas/precommit-subreg-reload-test
/
.
/
clang
/
test
/
CodeGen
/
gcc_struct-msvc-todo-1.c
blob: 0bd097f0765cc76508240fcde7aa74b1e02e80d3 [
file
] [
edit
]
// RUN: %clang_cc1 -emit-llvm-only -triple x86_64-pc-windows-msvc -verify %s
// expected-error@+1 {{Itanium-compatible layout for the Microsoft C++ ABI is not yet supported}}
struct
{
int
a
;
}
__attribute__
((
gcc_struct
))
t1
;