Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
e5596cfeebfabbebdd6b8215a9afaaebf617a95a
/
.
/
test
/
CodeGen
/
long-double-x86.c
blob: 88ac0c9268c381956965edcf99ea34b771b76bba [
file
] [
log
] [
blame
]
Eli Friedman
e5596cf
2008-05-27 04:20:05 +0000
[
diff
] [
blame^
]
1
// RUN: clang %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep x86_fp80
2
3
long
double
x
=
0
;
4
int
checksize
[
sizeof
(
x
)
==
12
?
1
:
-
1
];