source:
src/Clight/test/null.c
@
1635
Last change on this file since 1635 was 458, checked in by , 10 years ago | |
---|---|
File size: 111 bytes |
Line | |
---|---|
1 | __data int * * __code bar = 0; |
2 | extern void dump(__data int * *v); |
3 | |
4 | int main(void) { |
5 | dump(bar); |
6 | return 0; |
7 | } |
Note: See TracBrowser
for help on using the repository browser.