source:
branches/libc-0.6/testcase/441main.c@
3383
Last change on this file since 3383 was 207, checked in by , 22 years ago | |
---|---|
|
|
File size: 117 bytes |
Line | |
---|---|
1 | int uninitialized; |
2 | int initialized = 0; |
3 | int nonexternalized; |
4 | |
5 | int main(int argc, char **argv) |
6 | { |
7 | return foo1(); |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.