source:
src/Clight/test/spacecadet.c
@
1513
Last change on this file since 1513 was 154, checked in by , 10 years ago | |
---|---|
File size: 113 bytes |
Line | |
---|---|
1 | |
2 | __xdata int ar[5]; |
3 | |
4 | void poke(__xdata int *p) { |
5 | *(p+3) = 7; |
6 | } |
7 | |
8 | int main(void) { |
9 | poke(ar); |
10 | return ar[3]; |
11 | } |
Note: See TracBrowser
for help on using the repository browser.