opnsense-src/test/CodeGen/bool-init.c

5 lines
123 B
C
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 -emit-llvm < %s | grep i1 | count 1
2009-06-02 13:58:47 -04:00
// Check that the type of this global isn't i1
_Bool test = &test;