blob: 88ac0c9268c381956965edcf99ea34b771b76bba [file] [log] [blame]
Eli Friedmane5596cf2008-05-27 04:20:05 +00001// RUN: clang %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep x86_fp80
2
3long double x = 0;
4int checksize[sizeof(x) == 12 ? 1 : -1];