Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep x86_fp80 |
Eli Friedman | f6a943e | 2008-05-27 04:20:05 +0000 | [diff] [blame] | 2 | |
3 | long double x = 0; | ||||
Daniel Dunbar | 0d834b1 | 2008-07-25 20:54:30 +0000 | [diff] [blame] | 4 | int checksize[sizeof(x) == 16 ? 1 : -1]; |