Daniel Dunbar | 8fbe78f | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -emit-llvm < %s |
Eli Friedman | 3ce7b20 | 2008-06-07 17:27:51 +0000 | [diff] [blame] | 2 | |
3 | volatile unsigned char* const __attribute__((address_space(1))) serial_ctrl = 0x02; | ||||
4 |