repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
InterfaceStubs
/
object-double.c
blob
c6d2b61a4d9e3bf2a0e64c3bdda9d478bd6c2528
1
// RUN: not %clang -o - -emit-interface-stubs %s %S/object.c 2>&1 | FileCheck %s
2
// Need to encode more type info or weak vs strong symbol resolution in llvm-ifs
3
// XFAIL: *
4
// CHECK: error: Interface Stub: Size Mismatch
5
float
data
=
42.0
;