[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / CodeGen / address-space-cast.c
blobc092cfb935a7d4572f0024ccb7555084f02ba46d
1 // RUN: %clang_cc1 -emit-llvm -Wno-int-conversion < %s
3 volatile unsigned char* const __attribute__((address_space(1))) serial_ctrl = 0x02;