source:
trunk/testcase/441main.c@
2545
Last change on this file since 2545 was 207, checked in by , 22 years ago | |
---|---|
|
|
File size: 117 bytes |
Rev | Line | |
---|---|---|
[207] | 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.