Daniel Dunbar | ffd408a | 2009-03-24 02:24:46 +0000 | [diff] [blame^] | 1 | // RUN: clang-cc %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep x86_fp80 |
Eli Friedman | e5596cf | 2008-05-27 04:20:05 +0000 | [diff] [blame] | 2 | |
3 | long double x = 0; | ||||
Daniel Dunbar | c59df05 | 2008-07-25 20:54:30 +0000 | [diff] [blame] | 4 | int checksize[sizeof(x) == 16 ? 1 : -1]; |