aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/address-space-cast.c
blob: 473c8e0e81c9bb4897360dc82f27d1aa4790e44c (plain)
1
2
3
4
// RUN: clang -emit-llvm < %s

volatile unsigned char* const __attribute__((address_space(1))) serial_ctrl = 0x02;