summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/object-float.c
blob: 6dd056bb852ec92457abf22e9aaee9430d9bb663 (plain)
1
2
3
// RUN: not %clang -o - -emit-interface-stubs %s %S/object.c 2>&1 | FileCheck %s
// CHECK: error: Interface Stub: Size Mismatch
double data = 42.0;
OpenPOWER on IntegriCloud