Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c81f2a2c7f83e64b3ef2b77030536290d0e2b350
/
.
/
test
/
CodeGen
/
bool_test_darwin.c
blob: f755b58454767b187b7de008f58c863608548697 [
file
] [
log
] [
blame
]
Roman Divacky
c81f2a2
2011-01-06 08:27:10 +0000
[
diff
] [
blame^
]
1
// RUN: %clang_cc1 -triple powerpc-apple-darwin -emit-llvm -o - %s| FileCheck %s
2
3
int
boolsize
=
sizeof
(
_Bool
);
4
//CHECK: boolsize = global i32 4, align 4
5