Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -emit-llvm < %s | grep i1 | count 1 |
Eli Friedman | 7dfa639 | 2008-06-01 15:31:44 +0000 | [diff] [blame] | 2 | |
3 | // Check that the type of this global isn't i1 | ||||
4 | _Bool test = &test; |