Sign in
llvm
/
llvm-project
/
clang
/
90fc29cfcbc8e839c78fe6ecbf8c393ef36c6b2e
/
.
/
test
/
CodeGen
/
address-space-cast.c
blob: 076c2f16fe6f34fc357f98863156c6243dabd602 [
file
]
// RUN: %clang_cc1 -emit-llvm < %s
volatile
unsigned
char
*
const
__attribute__
((
address_space
(
1
)))
serial_ctrl
=
0x02
;