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; | ||||
Daniel Dunbar | c59df05 | 2008-07-25 20:54:30 +0000 | [diff] [blame^] | 4 | int checksize[sizeof(x) == 16 ? 1 : -1]; |